wishthis/vendor/theseer/tokenizer/src/Exception.php

6 lines
102 B
PHP
Raw Normal View History

2023-09-20 14:56:46 +00:00
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class Exception extends \Exception {
}