class Stingray::Error

Attributes

rest_exception[R]

Public Class Methods

new(rest_exception) click to toggle source
Calls superclass method
# File lib/stingray/error.rb, line 4
def initialize(rest_exception)
  super(rest_exception.message)
  @rest_exception = rest_exception
end