UNPKG

167 BTypeScriptView Raw
1/**
2 * An error that will be thrown if the authentication process
3 * was failed.
4 */
5export default class UnAuthenticated extends Error {
6 readonly code: number;
7}