Exception: RubeePass::Error::InvalidXML
- Inherits:
-
RubeePass::Error
- Object
- RuntimeError
- RubeePass::Error
- RubeePass::Error::InvalidXML
- Defined in:
- lib/rubeepass/error/invalid_xml.rb
Instance Method Summary collapse
-
#initialize ⇒ InvalidXML
constructor
A new instance of InvalidXML.
Constructor Details
#initialize ⇒ InvalidXML
Returns a new instance of InvalidXML.
2 3 4 |
# File 'lib/rubeepass/error/invalid_xml.rb', line 2 def initialize super("Invalid xml schema!") end |