|
ament_index_cpp
master
C++ API to access the ament resource index.
|
Thrown when a package is not found. More...
#include <get_package_prefix.hpp>


Public Member Functions | |
| PackageNotFoundError (const std::string &package_name) | |
| Constuctor of an exception class to notify that a pacakge is not found. | |
Public Member Functions inherited from std::out_of_range | |
| T | out_of_range (T... args) |
| T | what (T... args) |
Public Attributes | |
| const std::string | package_name |
| package name used in the exception message | |
Thrown when a package is not found.
1.8.17