Exception: WebSnap::NoExecutableError

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

Instance Method Summary collapse

Constructor Details

#initializeNoExecutableError

Returns a new instance of NoExecutableError.



4
5
6
# File 'lib/websnap/websnap.rb', line 4

def initialize
  super('Could not locate wkhtmltoimage-proxy executable')
end