Exception: Transistor::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/transistor/error.rb

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ Error

Returns a new instance of Error.



3
4
5
# File 'lib/transistor/error.rb', line 3

def initialize(message)
  super(message)
end