Exception: Txbr::BrazeNotFoundError
- Inherits:
-
BrazeApiError
- Object
- StandardError
- BrazeApiError
- Txbr::BrazeNotFoundError
- Defined in:
- lib/txbr.rb
Instance Attribute Summary
Attributes inherited from BrazeApiError
Instance Method Summary collapse
-
#initialize(message) ⇒ BrazeNotFoundError
constructor
A new instance of BrazeNotFoundError.
Constructor Details
#initialize(message) ⇒ BrazeNotFoundError
Returns a new instance of BrazeNotFoundError.
42 43 44 |
# File 'lib/txbr.rb', line 42 def initialize() super(, 404) end |