18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
*/
#import "OFException.h"
OF_ASSUME_NONNULL_BEGIN
/**
* @class OFUndefinedKeyException \
* OFUndefinedKeyException.h ObjFW/OFUndefinedKeyException.h
*
* @brief An exception indicating that a key is undefined (e.g. for Key Value
* Coding).
*/
@interface OFUndefinedKeyException: OFException
{
id _object;
|
|
<
|
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
*/
#import "OFException.h"
OF_ASSUME_NONNULL_BEGIN
/**
* @class OFUndefinedKeyException OFUndefinedKeyException.h ObjFW/ObjFW.h
*
* @brief An exception indicating that a key is undefined (e.g. for Key Value
* Coding).
*/
@interface OFUndefinedKeyException: OFException
{
id _object;
|