getMessage()); } else { throw $e; } } //Find an Agency public function find(int $id) { try { return $this->mapper->find($id); } catch(Exception $e) { $this->handleException($e); } } }