SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Kohana_User_Exception

Creates a custom exception.

Variables

NameVisibilityDescription
$code 
$header 

Functions

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

public __construct

void $Kohana_User_Exception->__construct ( string $title , string $message );

Set exception title and message.

public __toString (from Kohana_Exception)

string $Kohana_Exception->__toString ( );

Magic method for converting an object to a string.

public getTemplate (from Kohana_Exception)

string $Kohana_Exception->getTemplate ( );

Fetch the template name.

public sendHeaders (from Kohana_Exception)

void $Kohana_Exception->sendHeaders ( );

Sends an Internal Server Error header.