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