Sha256: 488b8ef4883e9c9b38c778b56afa85b21b1027eb51ae6823dd44d56208848fa4

Contents?: true

Size: 268 Bytes

Versions: 11

Compression:

Stored size: 268 Bytes

Contents

class BaseException < StandardError; end

class UnsupportedDevice < BaseException; end

class UnknownProvider < BaseException; end

class PlatformNotSupported < BaseException; end

class DriverNotSupported < BaseException; end

class CLIException < StandardError; end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
percy-appium-app-1.0.0 percy/exceptions/exceptions.rb
percy-appium-app-0.0.8 percy/exceptions/exceptions.rb
percy-appium-app-0.0.7 percy/exceptions/exceptions.rb
percy-appium-app-0.0.6 percy/exceptions/exceptions.rb
percy-appium-app-0.0.5 percy/exceptions/exceptions.rb
percy-appium-app-0.0.5.pre.beta.1 percy/exceptions/exceptions.rb
percy-appium-app-0.0.5.pre.beta.0 percy/exceptions/exceptions.rb
percy-appium-app-0.0.4 percy/exceptions/exceptions.rb
percy-appium-app-0.0.2.pre.beta.0 percy/exceptions/exceptions.rb
percy-appium-app-0.0.3 percy/exceptions/exceptions.rb
percy-appium-app-0.0.2 percy/exceptions/exceptions.rb