This function sets the sandbox validation Error handler. The handler accepts the thrown Error and the sandbox
instance as arguments. If the error handler does not handle validation errors correctly then the sandbox's
security may become compromised!
public setValidationErrorHandler ( callable $handler ) | ||
$handler | callable | Callable to handle thrown validation Errors |