Actions
Feature #63
closedProvide method and file location data in exceptions.
Description
Exceptions are thrown the entire stack upwards but lack information where they originated which makes handling them harder than necessary. So they should provide means of telling from which method they were thrown in the first place, probably even telling filename and linenumber because some methods have numerous places from where they throw the same exception albeit with different messages.
Actions