Skip to main content

Catching and Detailing Python/PyPy Errors with Colored Print

Project description

from 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(type(e).__name__, sys.exc_info()[2], "de")

Örnek Çıktı

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cemir-error-202231003.2.tar.gz (23.6 kB view hashes)

Uploaded Source

Built Distribution

cemir_error-202231003.2-py3-none-any.whl (7.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page