public function __construct($message, User $user, Channel $channel) { parent::__construct($message); $this->channel = $channel; $this->user = $user; }
public function __construct($message, Channel $channel) { parent::__construct($message); $this->channel = $channel; }