Exception: RASN1::ChoiceError

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

Overview

CHOICE error: #chosen not set

Instance Method Summary collapse

Instance Method Details

#messageObject



28
29
30
# File 'lib/rasn1.rb', line 28

def message
  "CHOICE #@name: #chosen not set"
end