This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
opensearch-python-handler
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add LogzioException class
Currently the module raises generic Exception (very "don't do it")
opensearch
nir0s
7 years ago
parent
b511e9ed21
commit
27b212d2b7
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
logzio/exceptions.py
+1
-0
logzio/handler.py
+ 2
- 0
logzio/exceptions.py
View File
@ -0,0 +1,2 @@
class
LogzioException
(
Exception
)
:
pass
+ 1
- 0
logzio/handler.py
View File
@ -6,6 +6,7 @@ import traceback
import
logging.handlers
from
.sender
import
LogzioSender
from
.exceptions
import
LogzioException
class
LogzioHandler
(
logging
.
Handler
)
:
Write
Preview
Loading…
Cancel
Save