Method: PREP::Core::PrepError#initialize

Defined in:
lib/core/prep.rb

#initialize(error) ⇒ PrepError

Returns a new instance of PrepError.



31
32
33
# File 'lib/core/prep.rb', line 31

def initialize(error)
  @original_error = error
end