mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-11 23:39:29 -05:00
Expose filesystem_error code.
This commit is contained in:
parent
420adea180
commit
c990963298
@ -56,6 +56,10 @@ struct filesystem_error {
|
||||
{
|
||||
}
|
||||
|
||||
uint32_t code() const {
|
||||
return err;
|
||||
}
|
||||
|
||||
std::string what() const;
|
||||
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user