| 8585 | { |
| 8586 | public: |
| 8587 | OutOfDeviceMemoryError( std::string const & message ) : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) {} |
| 8588 | |
| 8589 | OutOfDeviceMemoryError( char const * message ) : SystemError( make_error_code( Result::eErrorOutOfDeviceMemory ), message ) {} |
| 8590 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected