Class for locally generated status exceptions. */
| 70 | |
| 71 | /** Class for locally generated status exceptions. */ |
| 72 | class ArraySchemaException : public StatusException { |
| 73 | public: |
| 74 | explicit ArraySchemaException(const std::string& msg) |
| 75 | : StatusException("ArraySchema", msg) { |
| 76 | } |
| 77 | }; |
| 78 | |
| 79 | /* ****************************** */ |
| 80 | /* CONSTRUCTORS & DESTRUCTORS */ |
no outgoing calls
no test coverage detected