gnu-social/vendor/theseer/tokenizer/src/TokenCollectionException.php

6 lines
116 B
PHP
Raw Normal View History

2020-08-07 23:42:38 +01:00
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class TokenCollectionException extends Exception {
}