Exception: ProcessOut::InternalError

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

Instance Method Summary collapse

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