Exception: Qpid::NoPatientError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/qpid.rb

Instance Method Summary collapse

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