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

#include <exception.hpp>

Inheritance diagram for mbgl::util::MisuseException:
mbgl::util::Exception

Public Member Functions

 MisuseException (const char *msg)
 
 MisuseException (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 18 of file exception.hpp.

Constructor & Destructor Documentation

◆ MisuseException() [1/2]

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

Definition at line 19 of file exception.hpp.

◆ MisuseException() [2/2]

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

Definition at line 20 of file exception.hpp.


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