Kohana_Request_Exception
› Kohana_Exception
› Exception
Class Contents
Constants
- None
Properties
- None
Class declared in SYSPATH/classes/kohana/request/exception.php on line 9.
Methods
public __construct( )
› Kohana_Exception
Source Code
public function __construct($message, array $variables = NULL, $code = 0)
{
// Set the message
$message = __($message, $variables);
// Pass the message to the parent
parent::__construct($message, $code);
}
public __toString( )
› Kohana_Exception
Source Code
public function __toString()
{
return Kohana::exception_text($this);
}
final private __clone( )
› Exception
final private __clone( )
› Exception
public __construct( )
› Kohana_Exception
Source Code
public function __construct($message, array $variables = NULL, $code = 0)
{
// Set the message
$message = __($message, $variables);
// Pass the message to the parent
parent::__construct($message, $code);
}
public __toString( )
› Kohana_Exception
Source Code
public function __toString()
{
return Kohana::exception_text($this);
}