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