hbontempo-br/ddns-manager

View on GitHub
ddns_manager/error_handler/base.py

Summary

Maintainability
A
0 mins
Test Coverage
from typing import Callable

ErrorHandlerType = Callable[[Exception], None]