From 7b2e836afe5bbce4a13caec43a2f3b3bf32e23cc Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 8 Feb 2016 18:20:38 +0000 Subject: [PATCH] Added pass. --- gprMax/exceptions.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gprMax/exceptions.py b/gprMax/exceptions.py index 4898efb2..67710407 100644 --- a/gprMax/exceptions.py +++ b/gprMax/exceptions.py @@ -17,4 +17,5 @@ # along with gprMax. If not, see . class CmdInputError(ValueError): - """Handles errors in user specified commands. Subclasses the ValueError class.""" \ No newline at end of file + """Handles errors in user specified commands. Subclasses the ValueError class.""" + pass \ No newline at end of file