Exception: Graphcommons::APIError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Graphcommons::APIError
- Defined in:
- lib/graphcommons.rb
Overview
Custom error class for *Graphcommons API*.
Instance Method Summary collapse
-
#backtrace ⇒ Object
:nodoc:.
Instance Method Details
#backtrace ⇒ Object
:nodoc:
33 34 35 36 37 38 39 |
# File 'lib/graphcommons.rb', line 33 def backtrace if Graphcommons.verbose caller else [] end end |