Exception: Processor::ProcessingError
- Inherits:
-
StandardError
- Object
- StandardError
- Processor::ProcessingError
- Defined in:
- lib/ruby_proctor/processor.rb
Instance Method Summary collapse
-
#initialize(msg = "Error Occurred During Processing") ⇒ ProcessingError
constructor
A new instance of ProcessingError.
Constructor Details
#initialize(msg = "Error Occurred During Processing") ⇒ ProcessingError
Returns a new instance of ProcessingError.
16 17 18 |
# File 'lib/ruby_proctor/processor.rb', line 16 def initialize(msg="Error Occurred During Processing") super end |