@cashlab/common
    Preparing search index...

    Interface IBaseExceptionConstructor

    interface IBaseExceptionConstructor {
        new IBaseExceptionConstructor(
            message: string,
            payload?: object,
        ): BaseException;
        name: string;
        fromObject(data: any): BaseException;
    }
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: string

    Methods