Inheritance: extends Exceptio\Exception
Beispiel #1
0
 public function __construct($name)
 {
     parent::__construct($name, 1337);
     $this->name = $name;
     $this->config = [];
 }