Method: SendgridThreads::Exception#initialize
- Defined in:
- lib/sendgrid_threads/exceptions.rb
#initialize(message) ⇒ Exception
Returns a new instance of Exception.
3 4 5 |
# File 'lib/sendgrid_threads/exceptions.rb', line 3 def initialize() super() end |