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)


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

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