UNPKG

@lakutata/core

Version:

Lakutata Framework Core

6 lines (5 loc) 179 B
import { Exception } from '../base/abstracts/Exception'; export declare class InvalidMethodAcceptException extends Exception { district: string; errno: number | string; }