UNPKG

ohayolibs

Version:

Ohayo is a set of essential modules for ohayojp.

5 lines (4 loc) 115 B
export class MockStatusError { statusText: string; constructor(public status: number, public error?: any) {} }