class RBS::Test::ArgumentsReturn

def self.exception(arguments:, exception:)

def self.exception(arguments:, exception:)
  new(arguments: arguments, exit_value: exception, exit_type: :exception)
end