Exception: YubiRuby::NoHexEncodedError

Inherits:
Exception
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeNoHexEncodedError

Returns a new instance of NoHexEncodedError.



33
34
35
# File 'lib/exceptions.rb', line 33

def initialize
  super('The string provided isn\'t hex encoded')
end