@ngspot/ngx-errors
Version:
<p align="center"> <img width="20%" height="20%" src="https://github.com/DmitryEfimenko/ngspot/blob/main/packages/ngx-errors/package/assets/logo.png?raw=true"> </p>
22 lines (21 loc) • 634 B
TypeScript
export declare class NgxError extends Error {
constructor(message: string);
}
export declare class ValueMustBeStringError extends NgxError {
constructor();
}
export declare class NoControlError extends NgxError {
constructor();
}
export declare class ControlInstanceError extends NgxError {
constructor();
}
export declare class ControlNotFoundError extends NgxError {
constructor(name: string);
}
export declare class ParentFormGroupNotFoundError extends NgxError {
constructor(name: string);
}
export declare class InvalidShowWhenError extends NgxError {
constructor(showWhen: string, keys: string[]);
}