Exception: OpenSSL::Digest::DigestError
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::OpenSSL::OpenSSLError,
::StandardError,
Exception
|
|
|
Instance Chain:
self,
::OpenSSL::OpenSSLError,
::StandardError,
Exception
|
|
| Inherits: |
OpenSSL::OpenSSLError
|
| Defined in: | ext/openssl/ossl_digest.c |
Overview
Generic Exception class that is raised if an error occurs during a Digest operation.
Instance Attribute Summary
::OpenSSL::OpenSSLError - Inherited
| #errors | OpenSSL error queue entries captured at the time the exception was raised. |
Instance Method Summary
::OpenSSL::OpenSSLError - Inherited
| #detailed_message | Returns the exception message decorated with the captured OpenSSL error queue entries. |