Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/xcp.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka Xcp** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/xcp.git?path=upm
```
[](https://www.pkglnk.dev/pkg/xcp)README
The Moroshka.Xcp module provides enhanced exception classes that extend the standard error-handling mechanisms in .NET. These exceptions include additional information such as unique error codes (Code), contextual details (Context), member names (Member), and line numbers (Line). This makes debugging and logging more informative.
No comments yet. Be the first!