Exception: Graphcommons::APIError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/graphcommons.rb

Overview

Custom error class for *Graphcommons API*.

Instance Method Summary collapse

Instance Method Details

#backtraceObject

:nodoc:



33
34
35
36
37
38
39
# File 'lib/graphcommons.rb', line 33

def backtrace
  if Graphcommons.verbose
    caller
  else
    []
  end
end