ObjFW  Diff

Differences From Artifact [80196baddd]:

To Artifact [4910d9f900]:


22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@interface OFUnboundNamespaceException: OFException
{
	OFString *ns;
	OFString *prefix;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, nonatomic, getter=namespace) OFString *ns;
@property (readonly, nonatomic) OFString *prefix;
#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param ns The namespace which is unbound
 * \return A new unbound namespace exception
 */







|
|







22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@interface OFUnboundNamespaceException: OFException
{
	OFString *ns;
	OFString *prefix;
}

#ifdef OF_HAVE_PROPERTIES
@property (readonly, assign, getter=namespace) OFString *ns;
@property (readonly, assign) OFString *prefix;
#endif

/**
 * \param class_ The class of the object which caused the exception
 * \param ns The namespace which is unbound
 * \return A new unbound namespace exception
 */