Skip to content

Instantly share code, notes, and snippets.

@francislainy
Created February 23, 2020 15:56
Show Gist options
  • Save francislainy/ab9162e531279328878cc94460931edb to your computer and use it in GitHub Desktop.
Save francislainy/ab9162e531279328878cc94460931edb to your computer and use it in GitHub Desktop.
package selenium_demo.test_rail;
public class APIException extends Exception
{
public APIException(String message)
{
super(message);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment