Exemple #1
0
 public function __construct($string, $variables = array(), $code = 401)
 {
     parent::__construct($string, $variables, $code);
 }
Exemple #2
0
 /**
  * Route Exception handler
  * @param string $message   message to display
  * @param array  $variables variables to replace in message
  */
 public function __construct($message, $variables = array())
 {
     return parent::__construct($message, $variables);
 }