Exemplo n.º 1
0
 public function __construct($name, $url)
 {
     parent::__construct($name);
     $this->url = $url;
 }
Exemplo n.º 2
0
 public function __construct($name, $message)
 {
     parent::__construct($name);
     $this->message = $message;
 }
Exemplo n.º 3
0
 public function __construct($name, $branch, $message = null)
 {
     parent::__construct($name);
     $this->branch = $branch;
     $this->message = $message;
 }