X-Git-Url: http://nitlanguage.org diff --git a/lib/neo4j/error.nit b/lib/neo4j/error.nit index 9dc24f7..140606c 100644 --- a/lib/neo4j/error.nit +++ b/lib/neo4j/error.nit @@ -12,6 +12,7 @@ module neo4j::error import json::static +import json # An error thrown by the `neo4j` API. # @@ -19,7 +20,6 @@ import json::static # assert error.to_json == """{"message":"ErrorMessage","cause":null,"error":"ErrorName"}""" class NeoError super Error - super Jsonable serialize # The name of the error.