class OddByteError

Public Class Methods

new(msg = "Can't have an odd last byte in a component") click to toggle source
Calls superclass method
# File lib/dicom_uid.rb, line 131
def initialize msg = "Can't have an odd last byte in a component"
  super
end