1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

OptionNotFound error is no longer used

This commit is contained in:
Jonas Nicklas 2010-08-14 18:46:01 +02:00
parent 2ea3607870
commit 8fa886826f

View file

@ -6,7 +6,6 @@ module Capybara
class CapybaraError < StandardError; end class CapybaraError < StandardError; end
class DriverNotFoundError < CapybaraError; end class DriverNotFoundError < CapybaraError; end
class ElementNotFound < CapybaraError; end class ElementNotFound < CapybaraError; end
class OptionNotFound < ElementNotFound; end
class UnselectNotAllowed < CapybaraError; end class UnselectNotAllowed < CapybaraError; end
class NotSupportedByDriverError < CapybaraError; end class NotSupportedByDriverError < CapybaraError; end
class TimeoutError < CapybaraError; end class TimeoutError < CapybaraError; end