Exception: Simple::Service::ContextReadOnlyError
- Inherits:
-
StandardError
- Object
- StandardError
- Simple::Service::ContextReadOnlyError
- Defined in:
- lib/simple/service/errors.rb
Instance Method Summary collapse
-
#initialize(key) ⇒ ContextReadOnlyError
constructor
A new instance of ContextReadOnlyError.
Constructor Details
#initialize(key) ⇒ ContextReadOnlyError
Returns a new instance of ContextReadOnlyError
50 51 52 |
# File 'lib/simple/service/errors.rb', line 50 def initialize(key) super "Cannot overwrite existing context setting #{key.inspect}" end |