class Prism::Translation::Parser::PrismDiagnostic

def initialize(message, level, reason, location)

Initialize a new diagnostic with the given message and location.
def initialize(message, level, reason, location)
  @message = message
  super(level, reason, {}, location, [])
end