Exception: Txbr::BrazeUnauthorizedError

Inherits:
BrazeApiError
  • Object
show all
Defined in:
lib/txbr.rb

Instance Attribute Summary

Attributes inherited from BrazeApiError

#status_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BrazeUnauthorizedError

Returns a new instance of BrazeUnauthorizedError.



36
37
38
# File 'lib/txbr.rb', line 36

def initialize(message)
  super(message, 401)
end