Exception: Moxml::Signature::MalformedSignatureError
- Defined in:
- lib/moxml/signature/errors.rb
Instance Attribute Summary collapse
-
#detail ⇒ Object
readonly
Returns the value of attribute detail.
Instance Method Summary collapse
-
#initialize(message, detail: nil) ⇒ MalformedSignatureError
constructor
A new instance of MalformedSignatureError.
Constructor Details
#initialize(message, detail: nil) ⇒ MalformedSignatureError
Returns a new instance of MalformedSignatureError.
91 92 93 94 |
# File 'lib/moxml/signature/errors.rb', line 91 def initialize(, detail: nil) @detail = detail super() end |
Instance Attribute Details
#detail ⇒ Object (readonly)
Returns the value of attribute detail.
89 90 91 |
# File 'lib/moxml/signature/errors.rb', line 89 def detail @detail end |