aboutsummaryrefslogtreecommitdiff
path: root/bin/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/handler.py')
-rw-r--r--bin/handler.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/handler.py b/bin/handler.py
index 7bde479..da95789 100644
--- a/bin/handler.py
+++ b/bin/handler.py
@@ -151,6 +151,11 @@ class Handler:
# Store command on console history.
self.console_history.append(command_raw.strip())
+
+ ###############################
+ # Private methods
+ ###############################
+
def __raise(self, message):
""" Generic exception thrower. Throws a 'RuntimeError' initialized with
the given message.