Exception: GLogin::Codec::DecodingError
- Inherits:
-
StandardError
- Object
- StandardError
- GLogin::Codec::DecodingError
- Defined in:
- lib/glogin/codec.rb
Overview
Raised when decryption fails.
This can happen when:
-
The encrypted text is corrupted
-
The wrong secret key is used
-
The text is not properly encoded (Base64/Base58)