Exception: Upmin::UnsupportedObjectMapper
- Inherits:
-
StandardError
- Object
- StandardError
- Upmin::UnsupportedObjectMapper
- Defined in:
- lib/upmin/errors.rb
Instance Method Summary collapse
-
#initialize ⇒ UnsupportedObjectMapper
constructor
A new instance of UnsupportedObjectMapper.
Constructor Details
#initialize ⇒ UnsupportedObjectMapper
Returns a new instance of UnsupportedObjectMapper.
27 28 29 |
# File 'lib/upmin/errors.rb', line 27 def initialize super("The ORM or ODM you are using is not supported. Please create an issue on github if one doesn't exist - https://github.com/upmin/upmin-admin-ruby/issues") end |