Sha256: 31849aa7546655de2b2311a411568a41da864af5ffc8b896df4adae5261afdae

Contents?: true

Size: 771 Bytes

Versions: 12

Compression:

Stored size: 771 Bytes

Contents

# frozen_string_literal: true

module PageMagic
  class ElementMissingException < RuntimeError
  end

  class AmbiguousQueryException < RuntimeError
  end

  class InvalidElementNameException < RuntimeError
  end

  class InvalidMethodNameException < RuntimeError
  end

  class InvalidURLException < RuntimeError
  end

  class MatcherInvalidException < RuntimeError
  end

  class TimeoutException < RuntimeError
  end

  class UnsupportedBrowserException < RuntimeError
  end

  class UnsupportedCriteriaException < RuntimeError
  end

  class UnsupportedSelectorException < RuntimeError
  end

  class UndefinedSelectorException < RuntimeError
  end

  class NotSupportedException < RuntimeError
  end

  class InvalidConfigurationException < StandardError
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
page_magic-2.0.13 lib/page_magic/exceptions.rb
page_magic-2.0.12 lib/page_magic/exceptions.rb
page_magic-2.0.11 lib/page_magic/exceptions.rb
page_magic-2.0.10 lib/page_magic/exceptions.rb
page_magic-2.0.9 lib/page_magic/exceptions.rb
page_magic-2.0.6 lib/page_magic/exceptions.rb
page_magic-2.0.5 lib/page_magic/exceptions.rb
page_magic-2.0.4 lib/page_magic/exceptions.rb
page_magic-2.0.3 lib/page_magic/exceptions.rb
page_magic-2.0.2 lib/page_magic/exceptions.rb
page_magic-2.0.1 lib/page_magic/exceptions.rb
page_magic-2.0.0 lib/page_magic/exceptions.rb