Skip to content

Catching and Detailing Python/PyPy Errors with Colored Print

License

Notifications You must be signed in to change notification settings

muslu/cemir_error

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from cemir_error.ccerror import error_tracking

def bolum_hesapla(a, b):
    return a / b


try:
    sonuc = bolum_hesapla(5, 0)
except Exception as e:
    import sys
    error_tracking(e, sys, "de")

Örnek Çıktı

About

Catching and Detailing Python/PyPy Errors with Colored Print

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages