Sv443 před 1 měsícem
rodič
revize
41768bb7ae

+ 1 - 1
.changeset/nervous-pets-scream.md

@@ -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 - 1
.changeset/tender-actors-lie.md

@@ -2,4 +2,5 @@
 "@sv443-network/userutils": minor
 ---
 
-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