Files

8 lines
75 B
PHP
Raw Permalink Normal View History

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