Exception: Nexo::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/nexo.rb

Overview

Base class for every error Nexo raises. Library misuse (programmer/config errors) raises one of these; tool runtime failures do not — they return a Hash with an :error key so the model can recover.

Direct Known Subclasses

ConfigurationError, MissingDependencyError