mirror of
https://github.com/itflow-org/itflow
synced 2026-03-07 22:34:52 +00:00
6 lines
102 B
PHP
6 lines
102 B
PHP
<?php declare(strict_types = 1);
|
|
namespace TheSeer\Tokenizer;
|
|
|
|
class Exception extends \Exception {
|
|
}
|