diff --git a/src/ZM/Exception/InterruptException.php b/src/ZM/Exception/InterruptException.php index fd8bb65b..904404f3 100644 --- a/src/ZM/Exception/InterruptException.php +++ b/src/ZM/Exception/InterruptException.php @@ -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; }