UNPKG

zater-cep

Version:

ZAter cep correios e via cep

10 lines (9 loc) 251 B
export default class ErrorCep extends Error { constructor(message, status = 500, i18n = 'ZTR_CEP_001') { super(message); this.name = i18n; this.status = status; this.i18n = i18n || 'ZTR_CEP_001'; this.code = status || 500; } }