Exception: Xclient::PasserError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/xclient/passer_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ PasserError

Returns a new instance of PasserError.



3
4
5
# File 'lib/xclient/passer_error.rb', line 3

def initialize(message)
  super(message)
end