SproutCMS

This is the code documentation for the SproutCMS project

function __construct()

Set exception title and message.

Usage

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

Arguments

  1. string $title
    exception title string
  2. string $message
    exception message string

Return value

  • void