UNPKG

@amirmarmul/waba-common

Version:

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

6 lines (5 loc) 176 B
import { AppError } from '../../core/errors/AppError'; export declare class NotFoundError extends AppError { constructor(message?: string); } export default NotFoundError;