Exception: R2D::Error

Inherits:
StandardError
  • Object
show all
Defined in:
lib/r2d/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ Error

Returns a new instance of Error.



5
6
7
8
9
10
# File 'lib/r2d/exceptions.rb', line 5

def initialize(msg)
  super(msg)
  # puts msg
  # puts "Occurred in:"
  # puts "  " + caller.last, "\n"
end