Inheritance: extends Exceptio\Exception
コード例 #1
0
ファイル: Application.php プロジェクト: enrise/frisbee
 public function __construct($name)
 {
     parent::__construct($name, 1337);
     $this->name = $name;
     $this->config = [];
 }