app))->exceptionClass(CatchException::class); } public function IoDetailService(): IoDetailService { return (new IoDetailService($this->app))->exceptionClass(CatchException::class); } public function GoodClassService(): GoodClassService { return (new GoodClassService($this->app))->exceptionClass(CatchException::class); } public function GoodService(): GoodService { return (new GoodService($this->app))->exceptionClass(CatchException::class); } public function RepoService(): RepoService { return (new RepoService($this->app))->exceptionClass(CatchException::class); } public function StockService(): StockService { return (new StockService($this->app))->exceptionClass(CatchException::class); } public function AllocationService(): AllocationService { return (new AllocationService($this->app))->exceptionClass(CatchException::class); } }