export class Exception { constructor(protected name: any, protected message: any) { } }