Exception: Moxml::InvalidOptionsError
- Inherits:
-
SerializationError
- Object
- StandardError
- Error
- SerializationError
- Moxml::InvalidOptionsError
- Defined in:
- lib/moxml/errors.rb
Instance Attribute Summary collapse
-
#options ⇒ Object
readonly
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(message, options) ⇒ InvalidOptionsError
constructor
A new instance of InvalidOptionsError.
Constructor Details
#initialize(message, options) ⇒ InvalidOptionsError
Returns a new instance of InvalidOptionsError.
111 112 113 114 |
# File 'lib/moxml/errors.rb', line 111 def initialize(, ) = super("#{message} (Options: #{options})") end |
Instance Attribute Details
#options ⇒ Object (readonly)
Returns the value of attribute options.
109 110 111 |
# File 'lib/moxml/errors.rb', line 109 def end |