Exception: ResoTransport::LocalizationRequired

Inherits:
ResourceError
  • Object
show all
Defined in:
lib/reso_transport/errors.rb

Instance Attribute Summary

Attributes inherited from ResourceError

#resource

Instance Method Summary collapse

Methods inherited from ResourceError

#initialize, #resource_name

Constructor Details

This class inherits a constructor from ResoTransport::ResourceError

Instance Method Details

#messageObject



33
34
35
# File 'lib/reso_transport/errors.rb', line 33

def message
  "Localization required for #{resource_name}"
end