SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Kohana_404_Exception

Creates a Page Not Found exception.

Variables

NameVisibilityDescription
$code 

Functions

NameVisibilityDescription
__constructpublicSet internal properties.
sendHeaderspublicSends "File Not Found" headers, to emulate server behavior.

public __construct

void $Kohana_404_Exception->__construct ( [ string $page ] );

Set internal properties.

public sendHeaders

void $Kohana_404_Exception->sendHeaders ( );

Sends "File Not Found" headers, to emulate server behavior.