Exemplo n.º 1
0
 public function __construct($path, $source)
 {
     $this->path = $path;
     $this->source = $source;
     parent::__construct('Path "' . $path . '" not found in ' . $source);
 }
Exemplo n.º 2
0
 public function __construct($filePath, $message = null)
 {
     $this->filePath = $filePath;
     parent::__construct($message);
 }