Files
accounting_dev/vendor/theseer/tokenizer/src/Exception.php
T
2026-05-26 08:07:45 +00:00

6 lines
102 B
PHP

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