app))->exceptionClass(CatchException::class); } protected function ProjectScheduleService(): ProjectScheduleService { return (new ProjectScheduleService($this->app))->exceptionClass(CatchException::class); } protected function ProjectStatusService(): ProjectStatusService { return (new ProjectStatusService($this->app))->exceptionClass(CatchException::class); } protected function ContractService(): ContractService { return (new ContractService($this->app))->exceptionClass(CatchException::class); } }