X-Git-Url: http://nitlanguage.org diff --git a/lib/sax/sax_parse_exception.nit b/lib/sax/sax_parse_exception.nit index ae2586b..388febc 100644 --- a/lib/sax/sax_parse_exception.nit +++ b/lib/sax/sax_parse_exception.nit @@ -88,7 +88,7 @@ class SAXParseException # caused the error or warning. # * `column_number`: column number of the end of the text that # caused the error or warning. - init with(message: String, public_id: nullable String, + init with_info(message: String, public_id: nullable String, system_id: nullable String, line_number: Int, column_number: Int) do init(message) self.public_id = public_id