UNPKG

libre-routing

Version:

This library was generated with [Nx](https://nx.dev).

8 lines 207 B
export class UnauthorizedError { constructor(response) { this.response = response; this.code = 401; this.message = "Unauthorized"; } } //# sourceMappingURL=unauthorized.js.map