UNPKG

rage-framework

Version:

## How to Install *server-side* ```bash npm install @rage-framework/server ```

6 lines (5 loc) 190 B
import { ServiceIdentifier } from '../types/ServiceIdentifier'; export declare class ServiceNotFoundError extends Error { name: string; constructor(identifier: ServiceIdentifier); }