UNPKG

ifc-expressions

Version:

Parsing and evaluation of IFC expressions

7 lines (6 loc) 260 B
import { ValidationException } from "./ValidationException.js"; export declare class NoSuchMethodException extends ValidationException { readonly methodName: string; readonly type: string; constructor(methodName: string, type: string, ctx: any); }