Patch for an Issue #944

This commit is contained in:
Miroslav Stampar
2014-11-16 14:25:44 +01:00
parent bb56eb583a
commit 733e06e31f
2 changed files with 15 additions and 6 deletions

View File

@@ -53,6 +53,9 @@ class SqlmapShellQuitException(SqlmapBaseException):
class SqlmapSyntaxException(SqlmapBaseException):
pass
class SqlmapSystemException(SqlmapBaseException):
pass
class SqlmapThreadException(SqlmapBaseException):
pass