Skip to content

Commit

Permalink
lib/serialization: better doc for AttributeTypeError
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Laferrière <[email protected]>
  • Loading branch information
xymus committed Aug 26, 2016
1 parent 1a3f6ef commit 6f63770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serialization/serialization.nit
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ abstract class Deserializer
var errors = new Array[Error]
end

# Deserialization got wrong attribute names
# Error on invalid dynamic type for a deserialized attribute
class AttributeTypeError
super Error

Expand Down

0 comments on commit 6f63770

Please sign in to comment.