You are here

public function HamlException::__construct in Sassy 7

* Haml Exception. *

Parameters

string Exception message: * @param array parameters to be applied to the message using <code>strtr</code>. * @param object object with source code and meta data

Overrides PhamlpException::__construct

File

phamlp/haml/HamlException.php, line 26

Class

HamlException
Haml exception class. @package PHamlP @subpackage Haml

Code

public function __construct($message, $params = array(), $object = null) {
  parent::__construct('haml', $message, $params, $object);
}