Exception: RASN1::ClassError

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

Overview

ASN.1 class error

Instance Method Summary collapse

Instance Method Details

#messageString

Returns:

  • (String)


13
14
15
# File 'lib/rasn1/errors.rb', line 13

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