UNPKG

323 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * An error that will be thrown if the authentication process
5 * was failed.
6 */
7class UnAuthenticated extends Error {
8 get code() {
9 return 401;
10 }
11}
12exports.default = UnAuthenticated;
13//# sourceMappingURL=UnAuthenticated.js.map
\No newline at end of file