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