Home
last modified time | relevance | path

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

/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/
H A Ddir.php5 use Safe\Exceptions\DirException; alias
12 * @throws DirException
20 throw DirException::createFromPhpError();
35 * @throws DirException
43 throw DirException::createFromPhpError();
58 * @throws DirException
66 throw DirException::createFromPhpError();
82 * @throws DirException
94 throw DirException::createFromPhpError();
109 * @throws DirException
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/
H A Ddir.php5 use Safe\Exceptions\DirException; alias
12 * @throws DirException
20 throw DirException::createFromPhpError();
35 * @throws DirException
43 throw DirException::createFromPhpError();
58 * @throws DirException
66 throw DirException::createFromPhpError();
82 * @throws DirException
94 throw DirException::createFromPhpError();
109 * @throws DirException
[all …]
/dports/devel/commoncpp/commoncpp2-1.8.1/src/
H A Ddir.cpp154 throw(DirException(String(fname) + ": failed")); in open()
167 throw(DirException(String(fname) + ": failed")); in open()
184 throw(DirException(String(fname) + ": failed")); in open()
/dports/devel/ucommon/ucommon-7.0.0/commoncpp/
H A Ddir.cpp177 throw(DirException(String(fname) + ": failed")); in open()
190 throw(DirException(String(fname) + ": failed")); in open()
209 throw(DirException(String(fname) + ": failed")); in open()
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/thecodingmachine/safe/generated/Exceptions/
H A DDirException.php4 class DirException extends \ErrorException implements SafeExceptionInterface class
/dports/www/nextcloud/nextcloud/3rdparty/thecodingmachine/safe/generated/Exceptions/
H A DDirException.php4 class DirException extends \ErrorException implements SafeExceptionInterface class
/dports/devel/ucommon/ucommon-7.0.0/inc/commoncpp/
H A Dfile.h904 class DirException : public IOException
907 DirException(const String &str) : IOException(str) {}; in DirException() function
/dports/devel/commoncpp/commoncpp2-1.8.1/inc/cc++/
H A Dfile.h1004 class DirException : public IOException
1007 DirException(const String &str) : IOException(str) {}; in DirException() function
/dports/devel/commoncpp/commoncpp2-1.8.1/doc/
H A Dcommoncpp2.texi877 @tindex DirException
887 @code{IOException}, @code{SockException}, @code{DirException},