Inheritance: extends Ergo\Exception
Beispiel #1
0
 public function __construct($string)
 {
     parent::__construct($string, self::STATUS_CODE);
 }
Beispiel #2
0
 public function __construct($string)
 {
     parent::__construct($string);
 }