# File lib/cimi/model/errors.rb, line 31 def initialize super("Requested operation is not implemented by backend provider") self.code = 501 end