mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-23 16:45:35 +08:00
remove todo from InterruptException
This commit is contained in:
@@ -10,7 +10,6 @@ class InterruptException extends ZMException
|
|||||||
|
|
||||||
public function __construct($return_var = null, $message = '', $code = 0, \Throwable $previous = null)
|
public function __construct($return_var = null, $message = '', $code = 0, \Throwable $previous = null)
|
||||||
{
|
{
|
||||||
// TODO: change this to a better error message
|
|
||||||
parent::__construct($message, '', $code, $previous);
|
parent::__construct($message, '', $code, $previous);
|
||||||
$this->return_var = $return_var;
|
$this->return_var = $return_var;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user