Update exceptions.d

Correct spelling for Serialization error
This commit is contained in:
Ash 2023-01-28 16:48:10 -05:00 committed by GitHub
parent 940b449b7f
commit abf8f59cc7
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");
}
}