diff options
Diffstat (limited to 'src/main.lib/Services/CertificateService.cs')
-rw-r--r-- | src/main.lib/Services/CertificateService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lib/Services/CertificateService.cs b/src/main.lib/Services/CertificateService.cs index ad2f0bf..2852548 100644 --- a/src/main.lib/Services/CertificateService.cs +++ b/src/main.lib/Services/CertificateService.cs @@ -235,7 +235,7 @@ namespace PKISharp.WACS.Services {
if (order.Details == null)
{
- throw new InvalidOperationException();
+ throw new InvalidOperationException("No order details found");
}
// What are we going to get?
|