export class CustomException extends Error { constructor(mensaje:string) { super(mensaje); } }