Fix exception message. Mentioned class was renamed.
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m17s
All checks were successful
Chaos Ci / test-and-benchmark (push) Successful in 2m17s
This commit is contained in:
@@ -28,7 +28,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
throw Service::ChaosException("PadPkcs7::Pad(): invalid range");
|
||||
throw Service::ChaosException("PadderPkcs7::Pad(): invalid range");
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user