Exception: Gastly::FetchError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gastly/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ FetchError

Returns a new instance of FetchError.



3
4
5
# File 'lib/gastly/exceptions.rb', line 3

def initialize(url)
  super("Unable to load #{url}")
end