diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index d66e8944..4c54ac78 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -134,6 +134,13 @@ public: MissingAssetError (boost::filesystem::path, AssetType = UNKNOWN); ~MissingAssetError () throw () {} + + boost::filesystem::path path () const { + return _path; + } + +private: + boost::filesystem::path _path; }; class BadContentKindError : public DCPReadError |
