Example #1
0
 /**
  * Register an error handler at the bottom of the stack.
  *
  * @param \Closure $callback
  * @return void 
  * @static 
  */
 public static function pushError($callback)
 {
     \Illuminate\Foundation\Application::pushError($callback);
 }