Class PackageNotFoundError

Inheritance Relationships

Base Type

  • public std::out_of_range

Class Documentation

class PackageNotFoundError : public std::out_of_range

Thrown when a package is not found.

Public Functions

explicit PackageNotFoundError(const std::string &package_name)

Constuctor of an exception class to notify that a pacakge is not found.

virtual ~PackageNotFoundError()

Public Members

const std::string package_name

package name used in the exception message