Exception: Txbr::BrazeNotFoundError

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

Instance Attribute Summary

Attributes inherited from BrazeApiError

#status_code

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ BrazeNotFoundError

Returns a new instance of BrazeNotFoundError.



42
43
44
# File 'lib/txbr.rb', line 42

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