Exception: Rebrandly::UsageLimitExceeded

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

Instance Method Summary collapse

Instance Method Details

#new(source) ⇒ Object



21
22
23
# File 'lib/rebrandly/error.rb', line 21

def new(source)
  super("Usage limit reach on #{source}")
end