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

7 lines
103 B
PHP

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