Exception: UrlShortener::Error

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

Instance Method Summary collapse

Constructor Details

#initialize(data) ⇒ Error

Returns a new instance of Error.



4
5
6
7
# File 'lib/url_shortener/error.rb', line 4

def initialize(data)
  @data = data
  super
end