Seastar
High performance C++ framework for concurrent servers
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
Public Member Functions | List of all members
seastar::httpd::not_found_exception Class Reference

Detailed Description

Throwing this exception will result in a 404 not found result

#include <seastar/http/exception.hh>

Inheritance diagram for seastar::httpd::not_found_exception:
seastar::httpd::base_exception

Public Member Functions

 not_found_exception (const std::string &msg="Not found")
 
virtual const char * what () const noexcept
 
http::reply::status_type status () const
 
virtual const std::string & str () const
 

The documentation for this class was generated from the following file: