Class for ArrayDirectory status exceptions. */
| 52 | |
| 53 | /** Class for ArrayDirectory status exceptions. */ |
| 54 | class ArrayDirectoryException : public StatusException { |
| 55 | public: |
| 56 | explicit ArrayDirectoryException(const std::string& msg) |
| 57 | : StatusException("ArrayDirectory", msg) { |
| 58 | } |
| 59 | }; |
| 60 | |
| 61 | /* ********************************* */ |
| 62 | /* CONSTRUCTORS & DESTRUCTORS */ |
no outgoing calls
no test coverage detected