Exception: Prosody::PermanentError
- Inherits:
-
EventHandlerError
- Object
- StandardError
- Error
- EventHandlerError
- Prosody::PermanentError
- Defined in:
- lib/prosody/handler.rb
Overview
Error indicating that the failure is permanent and should not be retried.
Instance Method Summary collapse
-
#permanent? ⇒ true
Indicates this error is not retryable.
Instance Method Details
#permanent? ⇒ true
Returns indicates this error is not retryable.
42 |
# File 'lib/prosody/handler.rb', line 42 def permanent? = true |