mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-26 22:37:13 -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;
|
std::string what() const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user