Пример #1
0
 public function __construct($name)
 {
     parent::__construct('Module ' . $this->describeValue($name) . ' not found in application and shared modules');
 }
Пример #2
0
 public function __construct($path)
 {
     parent::__construct('Path not found: ' . $path);
 }