lakutata
Version:
An IoC-based universal application framework.
16 lines (11 loc) • 465 B
TypeScript
import { Exception } from './TypeDef.internal.102.js';
declare class DependencyInjectionException extends Exception {
errno: number | string;
}
declare class LifetimeLockedException extends Exception {
errno: string | number;
}
declare class OverridableObjectTargetConfigNotFoundException extends Exception {
errno: string | number;
}
export { DependencyInjectionException, LifetimeLockedException, OverridableObjectTargetConfigNotFoundException };