first commit

This commit is contained in:
yanwenwu
2019-12-22 09:37:52 +08:00
parent cf1dedabd4
commit b27ef2570a
359 changed files with 34726 additions and 758 deletions

View File

@@ -1,7 +1,9 @@
<?php
namespace catcher\exceptions;
use catcher\Code;
class ValidateFailedException extends CatchException
{
protected $code = 10001;
protected $code = Code::VALIDATE_FAILED;
}