add PTGen

This commit is contained in:
xiaomlove
2021-01-15 01:12:44 +08:00
parent 9d1dff2a62
commit 4618fec815
6 changed files with 498 additions and 106 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
namespace Nexus\PTGen;
class PTGenException extends \Exception
{
}