PhpSandbox\PHPSandbox::unsetExceptionHandler PHP Метод

unsetExceptionHandler() публичный Метод

This function unsets the sandbox exception handler.
    public function unsetExceptionHandler()
    {
        $this->exception_handler = null;
        return $this;
    }
PHPSandbox