Files
tryno10/app/code/vendor/theseer/tokenizer/src/NamespaceUriException.php
T
2022-04-07 16:21:17 +05:30

6 lines
113 B
PHP

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