UNPKG

@amirmarmul/waba-common

Version:

![GitHub release](https://img.shields.io/github/v/release/amirmarmul/waba-common?style=flat-square)

12 lines (11 loc) 407 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WrongCredentialsError = void 0; const AppError_1 = require("../../core/errors/AppError"); class WrongCredentialsError extends AppError_1.AppError { constructor() { super('Wrong credentials provided', 401); } } exports.WrongCredentialsError = WrongCredentialsError; exports.default = WrongCredentialsError;