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