UNPKG

@adonisjs/generic-exceptions

Version:

List of generic exceptions to be used in all other repos

3 lines (2 loc) 182 B
export { DomainException, HttpException, InvalidArgumentException, RangeException, LogicalException, } from 'node-exceptions'; export { RuntimeException } from './RuntimeException';