| 380 | using Exception::Exception; |
| 381 | |
| 382 | LocalFormatError * clone() const override { return new LocalFormatError(*this); } |
| 383 | void rethrow() const override { throw *this; } /// NOLINT(cert-err60-cpp) |
| 384 | }; |
| 385 |
no outgoing calls
no test coverage detected