Home
last modified time | relevance | path

Searched refs:NotEmptyError (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py431 raise NotEmptyError('Folder contains message(s): %s' % folder)
435 raise NotEmptyError("Folder contains subdirectory '%s': %s" %
1069 raise NotEmptyError('Folder not empty: %s' % self._path)
2164 class NotEmptyError(Error): class