export default abstract class BaseException extends Error { /** * The name of the called exception class. * * @type {string} */ abstract get name(): string; } //# sourceMappingURL=BaseException.d.ts.map