Exception: Rebrandly::Error

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

Instance Method Summary collapse

Instance Method Details

#new(message) ⇒ Object



3
4
5
# File 'lib/rebrandly/error.rb', line 3

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