UNPKG

tips-twisted

Version:
10 lines (9 loc) 215 B
import { IErrors } from '.'; /** * Not api key found */ export declare class ApiKeyNotFound extends Error implements IErrors { readonly status = 501; readonly name = "ApiKeyNotFound"; constructor(); }