UNPKG

noimap

Version:

A NodeJS package that fully take care of handling aws ses emails such as storing, parsing, serving in a easy way.

7 lines 161 B
class ValidationError extends Error { constructor(message) { super(message); this.name = "ValidationError"; } } export {ValidationError};