class TestApp::TestAppOtherError

rubocop:disable Lint/InheritException

def initialize(string1, msg)

rubocop:disable Lint/InheritException
def initialize(string1, msg)
  super()
  @something = string1
  @message = msg
end