toncenter / pytonlib

Python SDK for TON via tonlib
GNU General Public License v3.0
80 stars 21 forks source link

Add Custom Library-Specific Exceptions #68

Open Maxitosh opened 1 week ago

Maxitosh commented 1 week ago

Issue

https://github.com/toncenter/pytonlib/issues/67

Description

This PR introduces custom exceptions to enhance error handling in PyTONLib, enabling dependent projects to catch and handle specific error cases more reliably.

Key Changes