Example #1
0
 public function __construct($name, $path)
 {
     parent::__consruct(sprintf('The module "%s" specified and invalid path "%s".', $name, $path));
 }