UNPKG

forest-cli

Version:

The Lumberjacks' toolbelt is the Forest CLI which makes easy to manage your back office application directly from the terminal.

5 lines 235 B
import ApplicationError from '../../errors/application-error'; export default class OidcError extends ApplicationError { constructor(message: string, origin?: Error, possibleSolution?: string); } //# sourceMappingURL=error.d.ts.map