Streams - Ability to read exception path
This commit is contained in:
parent
0651ea28e0
commit
165c19109f
2 changed files with 6 additions and 0 deletions
include/ebcl/inline
|
@ -35,6 +35,11 @@ inline int X_StreamError::systemError( ) const noexcept
|
|||
return sysError_;
|
||||
}
|
||||
|
||||
inline T_Optional< T_FSPath > const& X_StreamError::path( ) const noexcept
|
||||
{
|
||||
return path_;
|
||||
}
|
||||
|
||||
|
||||
/*= A_Stream =================================================================*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue