Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor argument keys in exceptions
Updated the keys used to store arguments in exceptions. Instead of using the argument type, they are now stored using a standard "argx" format. This change provides better readability and more consistent data access as all keys now follow the same format. It also fixes a bug that occured when the same type is supplied multiple times.
- Loading branch information