Exception: Upmin::UnsupportedObjectMapper

Inherits:
StandardError
  • Object
show all
Defined in:
lib/upmin/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeUnsupportedObjectMapper

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