Sha256: 50dd384cbf9f83687fa029ae1237ec08473992ac5417fc2e8e1a9dbecebe0ded

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

module PageMagic
  class ElementMissingException < Exception
  end

  class InvalidElementNameException < Exception
  end

  class InvalidMethodNameException < Exception
  end

  class InvalidURLException < Exception
  end

  class MatcherInvalidException < 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

3 entries across 3 versions & 1 rubygems

Version Path
page_magic-1.2.1 lib/page_magic/exceptions.rb
page_magic-1.2.0 lib/page_magic/exceptions.rb
page_magic-1.1.0 lib/page_magic/exceptions.rb