mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-03-17 20:54:52 +08:00
remove todo from InterruptException
This commit is contained in:
parent
44c32c1711
commit
8199e91ce0
@ -10,7 +10,6 @@ class InterruptException extends ZMException
|
||||
|
||||
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);
|
||||
$this->return_var = $return_var;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user