示例#1
0
 public function __construct($layout, Exception $oCause = null)
 {
     parent::__construct(app_l('Theme', 'E_NoSuchLayout'), array($layout), $oCause);
 }
示例#2
0
 public function __construct($optionName, Exception $oCause = null)
 {
     parent::__construct(app_l('Menu', 'E_NoSuchOption'), array($optionName), $oCause);
 }
示例#3
0
 public function __construct(Page_Component $origin, $outputFormat, Exception $oCause = null)
 {
     parent::__construct(app_l('Page', 'E_OutputFormatNotSupported'), array(get_class($origin), $outputFormat), $oCause);
 }