PhpSandbox\PHPSandbox::unsetValidationErrorHandler PHP Method

unsetValidationErrorHandler() public method

This function unsets the sandbox validation error handler.
    public function unsetValidationErrorHandler()
    {
        $this->validation_error_handler = null;
        return $this;
    }
PHPSandbox