UNPKG

briareus

Version:

Briareus assists with Feature Branch deploys to ECS

12 lines (9 loc) 198 B
'use strict' class NotFound extends Error { constructor(...args) { super(...args); Error.captureStackTrace(this, NotFound); this.code = 'not_found'; } } module.exports = NotFound;