Merge pull request #3 from ashcyber/patch-1

Update exceptions.d
master v0.1.3
Tristan B. Velloza Kildaire 4 months ago committed by GitHub
commit 169a0bb48f
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