class FingerbankError

Attributes

object[R]

Public Class Methods

new(object) click to toggle source
# File lib/fingerbank_client/exception.rb, line 5
def initialize(object)
  @object = object
end