公共库

This commit is contained in:
wuyanwen
2019-12-12 09:14:08 +08:00
parent d154f3e1ac
commit ca4272d7a6
8 changed files with 229 additions and 54 deletions

View File

@@ -1 +1,7 @@
<?php
namespace catcher\exceptions;
class FailedException extends \Exception
{
protected $code = 10010;
}