e7792e7d79
Add pear modules, mail and net_smtp via composer, remove php 5.6 build due to phpunit 6
7 lines
114 B
PHP
7 lines
114 B
PHP
<?php declare(strict_types = 1);
|
|
namespace TheSeer\Tokenizer;
|
|
|
|
class NamespaceUriException extends Exception {
|
|
|
|
}
|