UNPKG

@celosiajs/core

Version:

CelosiaJS Core. A framework for REST API based on Express.js

5 lines (4 loc) 139 B
declare class RepositoryError extends Error { constructor(message?: string, options?: ErrorOptions); } export default RepositoryError;