UNPKG

@nivinjoseph/n-job

Version:
12 lines (9 loc) 202 B
import { Exception } from "@nivinjoseph/n-exception"; // public export class InvalidScheduleException extends Exception { public constructor(message: string) { super(message); } }