Esempio n. 1
0
 public function __construct($name)
 {
     parent::__construct('Module ' . $this->describeValue($name) . ' not found in application and shared modules');
 }
Esempio n. 2
0
 public function __construct($path)
 {
     parent::__construct('Path not found: ' . $path);
 }