Exception: TestGem::MyError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/test_gem/my_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Error unknown, nothing supplied") ⇒ MyError

Returns a new instance of MyError.



5
6
7
# File 'lib/test_gem/my_error.rb', line 5

def initialize(msg="Error unknown, nothing supplied")
  super msg
end