Exception: OversizedUIDError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "UID musn't be more than 64 characters") ⇒ OversizedUIDError

Returns a new instance of OversizedUIDError.



137
138
139
# File 'lib/dicom_uid.rb', line 137

def initialize msg = "UID musn't be more than 64 characters"
  super
end