| 8689 | { |
| 8690 | public: |
| 8691 | OutOfPoolMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} |
| 8692 | |
| 8693 | OutOfPoolMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfPoolMemory ), message ) {} |
| 8694 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected