| 20 | return ""; |
| 21 | } |
| 22 | virtual string getFullMessage() { |
| 23 | std::stringstream errorMessage; |
| 24 | errorMessage << this->getMessage() << ", Function: " << this->func |
| 25 | << ", File: " << this->file << "(" << this->line << "). "; |
| 26 | return errorMessage.str(); |
| 27 | } |
| 28 | virtual string getType() { |
| 29 | return "S3Exception"; |
| 30 | } |
no test coverage detected