Exception: Mailgun::ErrorBase
- Defined in:
- lib/mailgun/mailgun_error.rb
Direct Known Subclasses
BadRequest, NotFound, ResquestFailed, ServerError, Unauthorized
Instance Method Summary collapse
-
#handle ⇒ type
Handles the error if needed by default returns an error.
Instance Method Details
#handle ⇒ type
Handles the error if needed by default returns an error
35 36 37 |
# File 'lib/mailgun/mailgun_error.rb', line 35 def handle return self end |