Skip to content

Commit

Permalink
Add InvalidArgumentException
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Mar 30, 2017
1 parent 1865cca commit 6014af6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions py/selenium/common/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,3 +240,10 @@ class ImeActivationFailedException(WebDriverException):
Thrown when activating an IME engine has failed.
"""
pass


class InvalidArgumentException(WebDriverException):
"""
The arguments passed to a command are either invalid or malformed.
"""
pass

0 comments on commit 6014af6

Please sign in to comment.