Exception: Rebrandly::RateLimitExceeded

Inherits:
Error
  • Object
show all
Defined in:
lib/rebrandly/error.rb

Instance Method Summary collapse

Instance Method Details

#new(message) ⇒ Object



15
16
17
# File 'lib/rebrandly/error.rb', line 15

def new(message)
  super("RateLimit >> #{message}")
end