browserstack / browserstack-local-java

Java bindings for BrowserStack Local
https://www.browserstack.com
MIT License
18 stars 34 forks source link

Make LocalException public class #67

Open stevenmchaves opened 2 years ago

stevenmchaves commented 2 years ago

Expected Behavior

I was expected to have import com.browserstack.local.LocalException; available for an import so that I can have more specific Exception handling versus using Exception.

Actual Behavior

com.browserstack.local.LocalException has default access. LocalException cannot be resolved to a type code won't compile

Steps to Reproduce the Problem

  1. Add browserstack-local-java to your class path
  2. Add import com.browserstack.local.LocalException; to you Java file

browserstack local arguments

Platform details

  1. browserstack-local-java version: 1.0.6
  2. java version: 1.11
  3. os type and version: Windows 10

Details

I was expected to have import com.browserstack.local.LocalException; available for an import so that I can have more specific Exception handling versus using Exception.