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