Definition at line 29 of file exception.hpp.
Inheritance diagram for server::handlers::auth::MissingDirectivesException:
Collaboration diagram for server::handlers::auth::MissingDirectivesException:Public Member Functions | |
| MissingDirectivesException (std::vector< std::string > &&missing_directives) | |
| const std::vector< std::string > & | GetMissingDirectives () const noexcept |
Public Member Functions inherited from server::handlers::auth::Exception | |
| Exception (std::string msg) | |