예제 #1
0
파일: exception.php 프로젝트: ZyXelP/oxwall
 public function __construct($type, $userData = array())
 {
     parent::__construct(array("type" => $type, "data" => $userData));
 }
예제 #2
0
 public function __construct($type)
 {
     parent::__construct(array("type" => $type));
 }