UNPKG

@canmertinyo/fast-di

Version:

A LIGHTWEIGHT DEPENDENCY INJECTION LIB

5 lines (4 loc) 150 B
import { BaseException } from "./base.exception"; export declare class NotFoundException extends BaseException { constructor(message?: string); }