UNPKG

@intocode-io/fireliff-cli

Version:

Command line interface for building LIFF app on Firebase

8 lines (7 loc) 163 B
export class ThingsError extends Error { constructor(message, response) { super(message); this.name = 'ThingsError'; this.response = response; } }