Exception: RASN1::ClassError
- Defined in:
- lib/rasn1/errors.rb
Overview
ASN.1 class error
Instance Method Summary collapse
Instance Method Details
#message ⇒ String
19 20 21 |
# File 'lib/rasn1/errors.rb', line 19 def "Tag class should be a symbol among: #{Types::Base::CLASSES.keys.join(', ')}" end |