SirNerdBear

Results 1 issues of SirNerdBear

Given code like this where the file doesn't exist: ``` try { PhysFS::ifstream file ("filename.txt"); } catch (std::invalid_argument e) { //do something here } ``` A bad access error will...