コード例 #1
0
 public function __construct($message)
 {
     parent::__construct($message);
 }
コード例 #2
0
 public function __construct($file)
 {
     parent::__construct('Already exists! : ' . $file);
 }
コード例 #3
0
 public function __construct($stub)
 {
     parent::__construct('Stub file not found! : ' . $stub);
 }