Files
apimacro/vendor/theseer/tokenizer/src/NamespaceUriException.php

6 lines
113 B
PHP
Raw Normal View History

2024-05-07 12:17:25 +02:00
<?php declare(strict_types = 1);
namespace TheSeer\Tokenizer;
class NamespaceUriException extends Exception {
}