Back to RendererInterface class

Method render

public string
render
(\Throwable $error)
Render the error page for the given object
Parameters
  • \Throwable $error The error object to be rendered
Returns
  • string
Since
  • 4.0.0

Method render - Source code

/**
 * Render the error page for the given object
 *
 * @param   \Throwable  $error  The error object to be rendered
 *
 * @return  string
 *
 * @since   4.0.0
 */
public function render(\Throwable $error) : string;
OSZAR »