Inheritance: extends Ergo\Exception
コード例 #1
0
ファイル: Unauthorized.php プロジェクト: 99designs/ergo-http
 public function __construct($string)
 {
     parent::__construct($string, self::STATUS_CODE);
 }
コード例 #2
0
ファイル: CurlError.php プロジェクト: 99designs/ergo-http
 public function __construct($string)
 {
     parent::__construct($string);
 }