class TestGem::MyError

Public Class Methods

new(msg="Error unknown, nothing supplied") click to toggle source
Calls superclass method
# File lib/test_gem/my_error.rb, line 5
def initialize(msg="Error unknown, nothing supplied")
  super msg
end