Exception: ProcessOut::NotFoundError
- Inherits:
-
StandardError
- Object
- StandardError
- ProcessOut::NotFoundError
- Defined in:
- lib/processout/errors/notfound_error.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
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 |