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



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

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