UNPKG

@lakutata/core

Version:

Lakutata Framework Core

6 lines (5 loc) 166 B
import { Exception } from '../base/abstracts/Exception'; export declare class CryptoException extends Exception { district: string; errno: number | string; }