Exception: Evolis::PremiumSdk::Error::Base64FormatError
- Inherits:
-
StandardError
- Object
- StandardError
- Evolis::PremiumSdk::Error::Base64FormatError
- Defined in:
- lib/evolis/premium_sdk/error.rb
Instance Method Summary collapse
-
#initialize(value) ⇒ Base64FormatError
constructor
A new instance of Base64FormatError.
Constructor Details
#initialize(value) ⇒ Base64FormatError
Returns a new instance of Base64FormatError.
27 28 29 |
# File 'lib/evolis/premium_sdk/error.rb', line 27 def initialize(value) super("Value is not valid base64 format: #{value}") end |