Update exceptions.d

Correct spelling for Serialization error
pull/3/head
Ash 8 months ago committed by GitHub
parent 940b449b7f
commit abf8f59cc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,6 +12,6 @@ public final class SerializationError : JStructException
{
this()
{
super("Errro serializing");
super("Error serializing");
}
}
}

Loading…
Cancel
Save