SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Kohana_Exception

Creates a generic i18n exception.

Variables

NameVisibilityDescription
$code 
$header 

Functions

NameVisibilityDescription
__constructpublicSet exception message.
__toStringpublicMagic method for converting an object to a string.
getTemplatepublicFetch the template name.
sendHeaderspublicSends an Internal Server Error header.

public __construct

void $Kohana_Exception->__construct ( string $error );

Set exception message.

public __toString

string $Kohana_Exception->__toString ( );

Magic method for converting an object to a string.

public getTemplate

string $Kohana_Exception->getTemplate ( );

Fetch the template name.

public sendHeaders

void $Kohana_Exception->sendHeaders ( );

Sends an Internal Server Error header.