Overview
Review and improve the presentation of exceptions in CTBase.jl, as identified in PR #438.
Tasks
- Review
show methods for exceptions in src/Exceptions/display.jl
- Verify error messages are appropriate (e.g., when calling
ctindice(-1))
- Update documentation if needed
- Ensure consistency across all exception types
- Test exception display in various contexts
Context
This work stems from PR #438 which mentions the need to review exception presentation. The goal is to ensure that error messages are clear, helpful, and consistent across the codebase.
Related
Overview
Review and improve the presentation of exceptions in CTBase.jl, as identified in PR #438.
Tasks
showmethods for exceptions insrc/Exceptions/display.jlctindice(-1))Context
This work stems from PR #438 which mentions the need to review exception presentation. The goal is to ensure that error messages are clear, helpful, and consistent across the codebase.
Related