Lines Matching defs:format_error
102 // The "format_error" class.
105 impl::format_error::format_error(const std::string& w) :
305 using impl::format_error;
330 throw format_error("Could not determine content type");
342 throw format_error("Unexpected end of stream");
366 using impl::format_error;
370 throw format_error("Could not determine content type");
374 throw format_error("Mismatched content type: expected `" + fmt +
378 throw format_error("Could not determine version");
381 throw format_error("Mismatched version: expected `" +