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