error = $error; } public function processNotification(Notification $notification) { // We silently ignore them } public function processRequest(Request $request) { return $this->error; } }