Exception: Karaden::Exception::BulkMessageCreateFailedException

Inherits:
KaradenException
  • Object
show all
Defined in:
lib/karaden/exception/bulk_message_create_failed_exception.rb

Instance Attribute Summary

Attributes inherited from KaradenException

#body, #code, #error, #headers

Instance Method Summary collapse

Constructor Details

#initialize(message = nil) ⇒ BulkMessageCreateFailedException

Returns a new instance of BulkMessageCreateFailedException.



4
5
6
# File 'lib/karaden/exception/bulk_message_create_failed_exception.rb', line 4

def initialize(message = nil)
  super
end