Sha256: 2a72a83b1d626afefea8d85683d09c94ab20ec344c0cf979367569d95d4907aa

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 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

  class NotSupportedException < Exception
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
page_magic-1.2.4 lib/page_magic/exceptions.rb
page_magic-1.2.3 lib/page_magic/exceptions.rb