hashid = request('hashid'); try { $this->key = unhash_it($this->hashid); } catch (Throwable $exception) { captureException($exception); abort(404); } return $this->handle(); } abstract protected function handle(); }