kiwi

UnknownEditVariable

UnknownEditVariable

#include <errors.h>
class UnknownEditVariable

Defined in kiwi/errors.h:83

Inherits: exception

List of all members

NameKindOwner
UnknownEditVariablefunctionDeclared here
whatfunctionDeclared here
variablefunctionDeclared here
m_variablevariableDeclared here

Public Methods

ReturnNameDescription
UnknownEditVariable inline
const char *what const inline noexcept
const Variable &variable const inline

UnknownEditVariable

inline

inline UnknownEditVariable(Variable variable)

Defined in kiwi/errors.h:87

References


what

const inline noexcept

inline const char * what() const noexcept

Defined in kiwi/errors.h:91


variable

const inline

inline const Variable & variable() const

Defined in kiwi/errors.h:96

Referenced by

Private Attributes

ReturnNameDescription
Variablem_variable

m_variable

Variable m_variable

Defined in kiwi/errors.h:102