1
0
mirror of https://github.com/Hax-io/jstruct synced 2024-07-27 10:40:07 +02:00

Merge pull request #3 from ashcyber/patch-1

Update exceptions.d
This commit is contained in:
Tristan B. Velloza Kildaire 2023-02-01 13:34:04 +02:00 committed by GitHub
commit 169a0bb48f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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