class Safrano::FilterParseWrappedError
Public Class Methods
new(exception)
click to toggle source
# File lib/odata/error.rb, line 264 def initialize(exception) @msg = exception.to_s end
# File lib/odata/error.rb, line 264 def initialize(exception) @msg = exception.to_s end