Exception: Nexo::Error
- Inherits:
-
StandardError
- Object
- StandardError
- Nexo::Error
- 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.