Exception: Qpid::NoPatientError
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Qpid::NoPatientError
- Defined in:
- lib/qpid.rb
Instance Method Summary collapse
-
#initialize(mrn) ⇒ NoPatientError
constructor
A new instance of NoPatientError.
Constructor Details
#initialize(mrn) ⇒ NoPatientError
Returns a new instance of NoPatientError.
29 30 31 |
# File 'lib/qpid.rb', line 29 def initialize(mrn) super("QPID cannot find patient with MRN #{mrn}") end |