@@ -2,4 +2,4 @@
"@sv443-network/userutils": minor
---
-Changed a bunch of generic thrown `Error`s with the new custom error class instances
+Replaced a bunch of generic `Error`s with the new custom error class instances
@@ -2,4 +2,5 @@
-Added custom error classes `ChecksumMismatchError`, `DataMigrationError` and `PlatformError`, extending from the base class `UUError`
+Added custom error classes `ChecksumMismatchError`, `DataMigrationError` and `PlatformError`, extending from the base class `UUError`
+ The base class has the additional property `date` which is the time of the error creation