Interface RouterExceptionError

interface RouterExceptionError {
    meta: ExceptionMeta;
    msg: string;
    name: string;
}

Properties

Properties

meta: ExceptionMeta
msg: string
name: string