Ejemplo n.º 1
0
 public function __construct($message, User $user, Channel $channel)
 {
     parent::__construct($message);
     $this->channel = $channel;
     $this->user = $user;
 }
Ejemplo n.º 2
0
 public function __construct($message, Channel $channel)
 {
     parent::__construct($message);
     $this->channel = $channel;
 }