예제 #1
0
 public function __construct($name)
 {
     parent::__construct('Module ' . $this->describeValue($name) . ' not found in application and shared modules');
 }
예제 #2
0
파일: PathNotFound.php 프로젝트: visor/nano
 public function __construct($path)
 {
     parent::__construct('Path not found: ' . $path);
 }