import { IExceptionMessage } from '../exception'; import { RuntimeException } from '../runtime.exception'; export declare class MethodNotAllowedException extends RuntimeException { constructor(message?: IExceptionMessage, data?: T); } //# sourceMappingURL=method-not-allowed.exception.d.ts.map