public function __construct($message)
 {
     parent::__construct($message);
 }
 public function __construct($file)
 {
     parent::__construct('Already exists! : ' . $file);
 }
 public function __construct($stub)
 {
     parent::__construct('Stub file not found! : ' . $stub);
 }