manual: CI check with nitunit
[nit.git] / lib / neo4j / error.nit
index 9dc24f7..140606c 100644 (file)
@@ -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.