Home
last modified time | relevance | path

Searched defs:ApiException (Results 1 – 19 of 19) sorted by relevance

/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/extension/api/
H A DApiException.java39 public class ApiException extends Exception { class
113 public ApiException(Type type) { in ApiException() method in ApiException
117 public ApiException(Type type, Throwable cause) { in ApiException() method in ApiException
121 public ApiException(Type type, String detail) { in ApiException() method in ApiException
125 public ApiException(Type type, String detail, Throwable cause) { in ApiException() method in ApiException
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Method/Exception/
H A DApiMethodException.php25 use Ampache\Module\Api\Exception\ApiException; alias
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Exception/
H A DApiException.php29 abstract class ApiException extends Exception class
/dports/net-mgmt/librenms/librenms-21.5.1/LibreNMS/Exceptions/
H A DApiException.php27 class ApiException extends \Exception class
/dports/net-mgmt/librenms/librenms-21.5.1/app/Http/Controllers/Ajax/
H A DRipeNccApiController.php30 use LibreNMS\Exceptions\ApiException; alias
/dports/www/py-quilt3/quilt3-3.6.0/quilt3/
H A Dregistry.py23 class ApiException(Exception): class
/dports/sysutils/ntfy/ntfy-2.7.0-14-g0e922fa/ntfy/backends/
H A Dinsta.py11 class ApiException(Exception): class
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/kaltura/api-client-library/library/Kaltura/Client/
H A DApiException.php41 class ApiException extends \RuntimeException class
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/Method/
H A DMethodInterface.php25 use Ampache\Module\Api\Exception\ApiException; alias
/dports/net-mgmt/librenms/librenms-21.5.1/app/ApiClients/
H A DRipeApi.php28 use LibreNMS\Exceptions\ApiException; alias
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Dwebserver.hh129 class ApiException : public runtime_error class
132 ApiException(const string& what_arg) : runtime_error(what_arg) { in ApiException() function in ApiException
/dports/audio/ampache/ampache-php74-5.0.0/src/Module/Api/
H A DApiHandler.php31 use Ampache\Module\Api\Exception\ApiException; alias
/dports/math/vampire/vampire-4.5.1/Api/
H A DFormulaBuilder.hpp42 class ApiException class
45 ApiException(Lib::vstring msg) in ApiException() function in Api::ApiException
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/api/
H A Dbase.py68 class ApiException(BGPSException): class
/dports/www/seahub/seahub-8.0.7-server/thirdpart/weworkapi/
H A DAbstractApi.py23 class ApiException(Exception) : class
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/
H A Drest.py362 class ApiException(Exception): class
/dports/devel/py-gs_api_client/gs_api_client-1.1.1/gs_api_client/swagger/
H A Drest.py298 class ApiException(Exception): class
/dports/devel/grpc/grpc-1.42.0/tools/run_tests/xds_k8s_test_driver/framework/infrastructure/
H A Dk8s.py35 ApiException = client.ApiException variable
/dports/www/py-rollbar/rollbar-0.16.2/rollbar/
H A D__init__.py610 class ApiException(Exception): class