Fix exception message. Mentioned class was renamed.
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m17s

This commit is contained in:
hashlag
2026-03-23 00:14:04 +03:00
parent 6998d81e98
commit 47b8248586

View File

@@ -28,7 +28,7 @@ public:
} }
else else
{ {
throw Service::ChaosException("PadPkcs7::Pad(): invalid range"); throw Service::ChaosException("PadderPkcs7::Pad(): invalid range");
} }
} }
}; };