Exception: Moxml::BackendError
- Defined in:
- lib/moxml/errors.rb
Overview
Backend errors
Direct Known Subclasses
Instance Attribute Summary collapse
-
#backend ⇒ Object
readonly
Returns the value of attribute backend.
Instance Method Summary collapse
-
#initialize(message, backend) ⇒ BackendError
constructor
A new instance of BackendError.
Constructor Details
#initialize(message, backend) ⇒ BackendError
Returns a new instance of BackendError.
61 62 63 64 |
# File 'lib/moxml/errors.rb', line 61 def initialize(, backend) @backend = backend super("#{} (Backend: #{backend})") end |
Instance Attribute Details
#backend ⇒ Object (readonly)
Returns the value of attribute backend.
59 60 61 |
# File 'lib/moxml/errors.rb', line 59 def backend @backend end |