Skip to content

Conversation

@bougyman
Copy link
Member

No description provided.

@bougyman bougyman self-assigned this Aug 16, 2025
@bougyman bougyman marked this pull request as ready for review August 16, 2025 16:13
Copilot AI review requested due to automatic review settings August 16, 2025 16:13
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a custom error handling mechanism to limit backtrace output to 4 lines for better readability. The change addresses issue #35 by creating a new base error class that truncates stack traces.

  • Introduces LeopardError as a new base class with truncated backtrace functionality
  • Updates existing Error class to inherit from LeopardError instead of StandardError
  • Maintains backward compatibility for existing error classes

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@bougyman bougyman merged commit df0fee8 into main Aug 16, 2025
4 checks passed
@bougyman bougyman deleted the issue-35 branch August 16, 2025 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants