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

#include <exception.hpp>

Inheritance diagram for mbgl::util::Exception:
mbgl::util::MisuseException mbgl::util::NotFoundException mbgl::util::StyleImageException mbgl::util::StyleLoadException mbgl::util::StyleParseException

Public Member Functions

 Exception (const char *msg)
 
 Exception (const std::string &msg)
 

Detailed Description

Definition at line 8 of file exception.hpp.

Constructor & Destructor Documentation

◆ Exception() [1/2]

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

Definition at line 9 of file exception.hpp.

◆ Exception() [2/2]

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

Definition at line 10 of file exception.hpp.


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