mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Remove another unused error class
This commit is contained in:
parent
eddf995f4a
commit
1580550b42
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ module Capybara
|
||||||
class FileNotFound < CapybaraError; end
|
class FileNotFound < CapybaraError; end
|
||||||
class UnselectNotAllowed < CapybaraError; end
|
class UnselectNotAllowed < CapybaraError; end
|
||||||
class NotSupportedByDriverError < CapybaraError; end
|
class NotSupportedByDriverError < CapybaraError; end
|
||||||
class LocateHiddenElementError < CapybaraError; end
|
|
||||||
class InfiniteRedirectError < CapybaraError; end
|
class InfiniteRedirectError < CapybaraError; end
|
||||||
|
|
||||||
class << self
|
class << self
|
||||||
|
|
Loading…
Reference in a new issue