MCPcopy Create free account
hub / github.com/MITK/MITK / PropertyNotOwnedError

Class PropertyNotOwnedError

Wrapping/Python/mitk/PropertyNotOwnedError.h:25–29  ·  view source on GitHub ↗

* \brief Thrown when a write operation targets a property that is provided * read-only (not owned) by the surrounding object. * * Registered with pybind11 in Property.cpp so that it surfaces on the Python * side as \c mitk.PropertyNotOwnedError (a subclass of \c AttributeError). */

Source from the content-addressed store, hash-verified

23 * side as \c mitk.PropertyNotOwnedError (a subclass of \c AttributeError).
24 */
25class PropertyNotOwnedError : public std::runtime_error
26{
27public:
28 using std::runtime_error::runtime_error;
29};
30
31#endif

Callers 1

bind_property_ownerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected