Sha256: 17aa00720d26c726ad912840ae05d5d0a928a908fa9152cedb4cb44c92116353

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

module PageMagic
  class UnsupportedSelectorException < Exception
  end

  class UndefinedSelectorException < Exception
  end

  class InvalidElementNameException < Exception
  end

  class InvalidMethodNameException < Exception
  end

  class UnsupportedCriteriaException < Exception
  end

  class ElementMissingException < Exception
  end

  class InvalidURLException < Exception
  end

  class UnspportedBrowserException < Exception
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
page_magic-1.0.0.alpha21 lib/page_magic/exceptions.rb
page_magic-1.0.0.alpha20 lib/page_magic/exceptions.rb
page_magic-1.0.0.alpha19 lib/page_magic/exceptions.rb
page_magic-1.0.0.alpha18 lib/page_magic/exceptions.rb