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