Exception: Lingo::InvalidDatabaseConfigError
- Inherits:
-
ConfigError
- Object
- StandardError
- LingoError
- ConfigError
- Lingo::InvalidDatabaseConfigError
- Defined in:
- lib/lingo/error.rb
Instance Attribute Summary
Attributes inherited from ConfigError
Instance Method Summary collapse
Methods inherited from ConfigError
Methods inherited from LingoError
Constructor Details
This class inherits a constructor from Lingo::ConfigError
Instance Method Details
#to_s ⇒ Object
136 137 138 |
# File 'lib/lingo/error.rb', line 136 def to_s "Invalid database configuration `#{id}'." end |