UNPKG

ask-cli

Version:

Alexa Skills Kit (ASK) Command Line Interfaces

9 lines (7 loc) 209 B
const CliError = require('./cli-error'); module.exports = class CliFileNotFoundError extends CliError { constructor(message) { super(message); this.name = 'CliFileNotFoundError'; } };