/** * An Adonis middleware which intercepts errors thrown during the request lifecycle and * formats the responses in a consistent manner meant to be easily consumed by clients. * @module @nhtio/lucid-resourceful/integration/middlewares/resourceful_error */ import { ResourcefulErrorMiddleware } from "../../private/router_macro/middlewares/resourceful_error_middleware"; export default ResourcefulErrorMiddleware;