1
0
Fork 0
mirror of https://github.com/thoughtbot/capybara-webkit synced 2023-03-27 23:22:28 -04:00
capybara-webkit/lib/capybara/webkit/errors.rb

10 lines
190 B
Ruby

module Capybara::Webkit
class InvalidResponseError < StandardError
end
class NoResponseError < StandardError
end
class NodeNotAttachedError < Capybara::ElementNotFound
end
end