UNPKG

435 BTypeScriptView Raw
1import { BaseException } from './BaseException';
2export declare class LogicalException extends BaseException {
3}
4export declare class DomainException extends BaseException {
5}
6export declare class InvalidArgumentException extends BaseException {
7}
8export declare class RangeException extends BaseException {
9}
10export declare class RuntimeException extends BaseException {
11}
12export declare class HttpException extends BaseException {
13}