class Upmin::UnsupportedObjectMapper

Public Class Methods

new() click to toggle source
Calls superclass method
# 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