BiFace_Server_Lite/vendor/theseer/tokenizer/src/TokenCollectionException.php
2020-03-27 10:13:51 +07:00

7 lines
117 B
PHP

<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class TokenCollectionException extends Exception {
}