Exception: OddByteError
- Inherits:
-
StandardError
- Object
- StandardError
- OddByteError
- Defined in:
- lib/dicom_uid.rb
Instance Method Summary collapse
-
#initialize(msg = "Can't have an odd last byte in a component") ⇒ OddByteError
constructor
A new instance of OddByteError.
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 |