lib/error: Keep track of the origin of an error #44
Labels
No Label
Bug
Build Problems
Discussion
Distribution
Enhancement
Far Future
Fix Later
TODO
WONTFIX
Workflow
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BodgeMaster/FOSS-VG#44
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Where was it thrown? Did it come from the function I called or was it passed up from another function further down the call stack?
lib/error: Add some way to keep track of the origin of an errorto lib/error: Keep track of the origin of an errorIdeas for that:
__FILE__
and__LINE__
?)