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