Exception: ProcessOut::NotFoundError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/processout/errors/notfound_error.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg) ⇒ NotFoundError

Returns a new instance of NotFoundError.



3
4
5
# File 'lib/processout/errors/notfound_error.rb', line 3

def initialize(msg)
  super
end