From 3bdf8fa45d48e6356153fad50cb47d86cebbbad2 Mon Sep 17 00:00:00 2001 From: morefigs Date: Tue, 24 Dec 2013 20:18:18 -0800 Subject: Update vimbaexception.py --- vimbaexception.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimbaexception.py') 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. -- cgit v1.2.3