class Graphlient::Errors::Error
Attributes
inner_exception[R]
Public Class Methods
new(message, inner_exception = nil)
click to toggle source
Calls superclass method
# File lib/graphlient/errors/error.rb, line 5 def initialize(message, inner_exception = nil) super(message) @inner_exception = inner_exception end