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
1 changed files with 0 additions and 1 deletions

View File

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