Exception: Processor::ProcessingError

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

Instance Method Summary collapse

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