Exception: ProcessOut::InternalError
- Inherits:
-
StandardError
- Object
- StandardError
- ProcessOut::InternalError
- Defined in:
- lib/processout/errors/internal_error.rb
Instance Method Summary collapse
-
#initialize(msg) ⇒ InternalError
constructor
A new instance of InternalError.
Constructor Details
#initialize(msg) ⇒ InternalError
Returns a new instance of InternalError.
3 4 5 |
# File 'lib/processout/errors/internal_error.rb', line 3 def initialize(msg) super end |