export function CronFilenameException(msg: string) { this.message = msg; this.name = 'CronFilenameException'; }