diff options
| author | morefigs <morefigs@gmail.com> | 2013-12-24 20:18:18 -0800 |
|---|---|---|
| committer | morefigs <morefigs@gmail.com> | 2013-12-24 20:18:18 -0800 |
| commit | 3bdf8fa45d48e6356153fad50cb47d86cebbbad2 (patch) | |
| tree | 827614169ccc340d925bd2b5d8b9399e8b98010b | |
| parent | 696c0f14ea7c2bdd070129f3e64d351e23e0aa17 (diff) | |
| download | pymba-3bdf8fa45d48e6356153fad50cb47d86cebbbad2.tar.gz pymba-3bdf8fa45d48e6356153fad50cb47d86cebbbad2.zip | |
Update 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. |
