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