UNPKG

@amirmarmul/waba-common

Version:

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

6 lines (5 loc) 192 B
import { AppError } from '../../core/errors/AppError'; export declare class WrongAuthenticationTokenError extends AppError { constructor(); } export default WrongAuthenticationTokenError;