改名
This commit is contained in:
@@ -24,12 +24,10 @@ use Snowflake\Snowflake;
|
|||||||
class ErrorHandler extends Component implements ErrorInterface
|
class ErrorHandler extends Component implements ErrorInterface
|
||||||
{
|
{
|
||||||
|
|
||||||
/** @var IFormatter $message */
|
/** @var null|IFormatter $message */
|
||||||
private $message = NULL;
|
private null|IFormatter $message = NULL;
|
||||||
|
|
||||||
public $action;
|
public string $category = 'app';
|
||||||
|
|
||||||
public $category = 'app';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 错误处理注册
|
* 错误处理注册
|
||||||
|
|||||||
Reference in New Issue
Block a user