UNPKG

@brewww/authentication-service

Version:
5 lines (4 loc) 198 B
import { ErrorExtensions, ExtendedError } from "../dto"; export declare class UndefinedServiceError extends ExtendedError<ErrorExtensions> { constructor(service: string, serviceType: string); }