class TestApp::TestAppOtherError

def initialize(string1, msg)

def initialize(string1, msg)
  @something = string1
  @message = msg
end