Example #1
0
 public function __construct($name, $container)
 {
     parent::__construct("{$name} is not found");
 }
Example #2
0
 public function __construct($name)
 {
     parent::__construct(sprintf("Param %s is Not Defined", $name));
 }
Example #3
0
 public function __construct($name)
 {
     parent::__construct(sprintf("Module %s is Not Found", $name));
 }