Sha256: d019bfb52784a5bda728a9c3daab1602bec403f379f2444ed2610d02352f9b4e

Contents?: true

Size: 491 Bytes

Versions: 5

Compression:

Stored size: 491 Bytes

Contents

module PageMagic
  class ElementMissingException < Exception
  end

  class InvalidElementNameException < Exception
  end

  class InvalidMethodNameException < Exception
  end

  class InvalidURLException < Exception
  end

  class TimeoutException < Exception
  end

  class UnspportedBrowserException < Exception
  end

  class UnsupportedCriteriaException < Exception
  end

  class UnsupportedSelectorException < Exception
  end

  class UndefinedSelectorException < Exception
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
page_magic-1.0.4 lib/page_magic/exceptions.rb
page_magic-1.0.3 lib/page_magic/exceptions.rb
page_magic-1.0.2 lib/page_magic/exceptions.rb
page_magic-1.0.1 lib/page_magic/exceptions.rb
page_magic-1.0.0 lib/page_magic/exceptions.rb