示例#1
0
 public function __construct($msg = 'Skip exception')
 {
     parent::__construct($msg, 1, null);
 }
示例#2
0
 public function __construct($msg = 'Pause exception')
 {
     parent::__construct($msg, 2, null);
 }