diff options
Diffstat (limited to 'vimbaexception.py')
| -rw-r--r-- | vimbaexception.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vimbaexception.py b/vimbaexception.py index 676b38d..9299748 100644 --- a/vimbaexception.py +++ b/vimbaexception.py @@ -3,7 +3,7 @@ import exceptions class VimbaException(Exception): """ - An exception for the AVT Vimba API. It contains a message + An exception for the AVT Vimba API. It contains a message property which is a string indicating what went wrong. :param errorCode: Error code to be used to look up error message. |
