Exception: OddByteError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/dicom_uid.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Can't have an odd last byte in a component") ⇒ OddByteError

Returns a new instance of OddByteError.



131
132
133
# File 'lib/dicom_uid.rb', line 131

def initialize msg = "Can't have an odd last byte in a component"
  super
end