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
1 changed files with 2 additions and 2 deletions

View File

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