UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

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(); }