Exception: Evolis::PremiumSdk::Error::Base64FormatError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/evolis/premium_sdk/error.rb

Instance Method Summary collapse

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