class Safrano::SequelExceptionError

for outputing Sequel exceptions that we could not prevent

Public Class Methods

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