php_components_pack/vendor/theseer/tokenizer/src/NamespaceUriException.php
2025-02-03 18:49:47 +03:00

6 lines
113 B
PHP

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