Exception: InvalidMessageException
- Inherits:
-
UnrecoverableException
- Object
- RuntimeError
- UnrecoverableException
- InvalidMessageException
- Defined in:
- lib/sqs/job/exceptions.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ InvalidMessageException
constructor
A new instance of InvalidMessageException.
Constructor Details
#initialize(message) ⇒ InvalidMessageException
Returns a new instance of InvalidMessageException.
5 6 7 |
# File 'lib/sqs/job/exceptions.rb', line 5 def initialize() super .errors..join(', ') end |