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