class Safrano::RubyStandardErrorException

for outputing Ruby StandardError exceptions that we could not prevent

Public Class Methods

new(rubye7n) click to toggle source
# File lib/odata/error.rb, line 112
def initialize(rubye7n)
  @msg = rubye7n.message
end