Exception: WebSnap::Snapper::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.



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

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