You are here

function BakeryException::__construct in Bakery Single Sign-On System 7.3

File

./bakery.inc, line 365

Class

BakeryException

Code

function __construct($code, $message = NULL, $data = NULL) {
  $this->code = $code;
  $this->message = $message;
  $this->data = $data;
}