AIParking_Intops_Server/vendor/theseer/tokenizer/src/Exception.php
2020-02-01 16:47:12 +07:00

7 lines
103 B
PHP

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