Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make LocalException public class #67

Open
stevenmchaves opened this issue Jun 28, 2022 · 0 comments
Open

Make LocalException public class #67

stevenmchaves opened this issue Jun 28, 2022 · 0 comments

Comments

@stevenmchaves
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant