~michihenning/storage-framework/add-mcloud-scope

« back to all changes in this revision

Viewing changes to include/unity/storage/qt/client/Exceptions.h

  • Committer: Michi Henning
  • Date: 2016-08-11 04:39:59 UTC
  • mfrom: (45.1.2 devel)
  • Revision ID: michi.henning@canonical.com-20160811043959-oqthzfqqa6lrrz42
Merged devel and resolved conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
228
228
};
229
229
 
230
230
/**
231
 
\brief Indicates a system error, such as failure to to create a file or folder,
 
231
\brief Indicates a system error, such as failure to create a file or folder,
232
232
or any other (usually non-recoverable) kind of error that should not arise during normal operation.
233
233
*/
234
234
class UNITY_STORAGE_EXPORT ResourceException : public StorageException