mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-24 05:43:11 -05:00
Expose filesystem_error code.
This commit is contained in:
parent
420adea180
commit
c990963298
1 changed files with 4 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ struct filesystem_error {
|
|||
{
|
||||
}
|
||||
|
||||
uint32_t code() const {
|
||||
return err;
|
||||
}
|
||||
|
||||
std::string what() const;
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue