Exception: Memoria::Errors::DuplicateSetting
- Inherits:
-
InvalidConfiguration
- Object
- RuntimeError
- InvalidConfiguration
- Memoria::Errors::DuplicateSetting
- Defined in:
- lib/memoria/errors/duplicate_setting.rb
Overview
Raised when attempting to add a setting that already exists.
Instance Method Summary collapse
-
#message ⇒ String
The generic message of the exception.
Instance Method Details
#message ⇒ String
The generic message of the exception.
11 12 13 |
# File 'lib/memoria/errors/duplicate_setting.rb', line 11 def "There's already a setting with that name." end |