Example #1
0
 public function __construct($description = '', $code = 0, $goTo = '')
 {
     parent::__construct($description);
     $this->ajax = Manager::getAjax();
     $this->page = Manager::getPage();
 }
Example #2
0
 public function __construct($msg = null, $code = 0)
 {
     parent::__construct(_M($msg), $code, Manager::getAppURL('', 'main'));
     $this->log();
 }