Method: ROM::ElementNotFoundError#set_message
- Defined in:
- lib/rom/constants.rb
#set_message(key, registry) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
52 53 54 |
# File 'lib/rom/constants.rb', line 52 def (key, registry) "#{key.inspect} doesn't exist in #{registry.type} registry" end |