Exemplo n.º 1
0
 /**
  * Constructor NewException
  * @param string $message 
  * @param mixed $code [default value: NULL]
  * @param string $trace 
  */
 public function __construct($message, $code = NULL, $trace = '')
 {
     parent::__construct($message, $code);
     self::$trace = $trace;
 }