@@ -14,10 +14,12 @@ * file. */ #import "OFException.h" +OF_ASSUME_NONNULL_BEGIN + /*! * @class OFChangeCurrentDirectoryPathFailedException \ * OFChangeCurrentDirectoryPathFailedException.h \ * ObjFW/OFChangeCurrentDirectoryPathFailedException.h * @@ -61,5 +63,7 @@ * @return An initialized change current directory path failed exception */ - initWithPath: (OFString*)path errNo: (int)errNo; @end + +OF_ASSUME_NONNULL_END