コード例 #1
0
ファイル: SGException.php プロジェクト: scoutrul/infoscon
 public function __construct($msg = 'Skip exception')
 {
     parent::__construct($msg, 1, null);
 }
コード例 #2
0
ファイル: SGException.php プロジェクト: Finzy/stageDB
 public function __construct($msg = 'Pause exception')
 {
     parent::__construct($msg, 2, null);
 }