MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
mbgl::util::NotFoundException Struct Reference

#include <exception.hpp>

Inheritance diagram for mbgl::util::NotFoundException:
mbgl::util::Exception

Public Member Functions

 NotFoundException (const char *msg)
 
 NotFoundException (const std::string &msg)
 
- Public Member Functions inherited from mbgl::util::Exception
 Exception (const char *msg)
 
 Exception (const std::string &msg)
 

Detailed Description

Definition at line 33 of file exception.hpp.

Constructor & Destructor Documentation

◆ NotFoundException() [1/2]

mbgl::util::NotFoundException::NotFoundException ( const char *  msg)
inline

Definition at line 34 of file exception.hpp.

◆ NotFoundException() [2/2]

mbgl::util::NotFoundException::NotFoundException ( const std::string &  msg)
inline

Definition at line 35 of file exception.hpp.


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