function BakeryException::__construct in Bakery Single Sign-On System 7.3
File
- ./
bakery.inc, line 365
Class
Code
function __construct($code, $message = NULL, $data = NULL) {
$this->code = $code;
$this->message = $message;
$this->data = $data;
}