Exception: RASN1::ClassError

Inherits:
Error
  • Object
show all
Defined in:
lib/rasn1.rb

Overview

ASN.1 class error

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


18
19
20
# File 'lib/rasn1.rb', line 18

def message
  "Tag class should be a symbol: #{Types::Base::CLASSES.keys.join(', ')}"
end