Class AppImageError

Inheritance Relationships

Base Type

  • public std::runtime_error

Derived Types

Class Documentation

class appimage::core::AppImageError : public std::runtime_error

Generic Error that can be thrown by AppImage procedures.

Subclassed by appimage::core::FileSystemError, appimage::core::IOError, appimage::core::PayloadIteratorError, appimage::desktop_integration::DesktopIntegrationError

Public Functions

inline explicit AppImageError(const std::string &what)