UNPKG

@lakutata/core

Version:

Lakutata Framework Core

7 lines (6 loc) 214 B
import { Exception } from '../base/abstracts/Exception'; export declare class ComponentNotFoundException extends Exception { district: string; errno: number | string; protected templates(): string[]; }