Files
nexusphp/nexus/PTGen/PTGenException.php

8 lines
75 B
PHP
Raw Normal View History

2021-01-15 01:12:44 +08:00
<?php
namespace Nexus\PTGen;
class PTGenException extends \Exception
{
}