diff options
Diffstat (limited to 'netfs/ice/exceptions.ice')
-rw-r--r-- | netfs/ice/exceptions.ice | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netfs/ice/exceptions.ice b/netfs/ice/exceptions.ice index 9d5b970..02a42e0 100644 --- a/netfs/ice/exceptions.ice +++ b/netfs/ice/exceptions.ice @@ -12,6 +12,11 @@ module NetFS { exception ConfigError { }; + + ["cpp:ice_print"] + exception ExportNotFound extends ConfigError { + string exportName; + }; }; #endif |