UNPKG

caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

8 lines (4 loc) 137 B
"use strict"; const BaseError = require('./base-error'); class ValidationError extends BaseError {} module.exports = ValidationError;