Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DFlowErrorDetails.php25 public $exceptionType; variable in Google\\Service\\ServiceManagement\\FlowErrorDetails
34 public function setExceptionType($exceptionType) argument
36 $this->exceptionType = $exceptionType;
43 return $this->exceptionType;
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php230 foreach ($data[1] as $exceptionRange => $exceptionType) {
231 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);
H A DIPv6.php379 foreach ($data[1] as $exceptionRange => $exceptionType) {
380 … $exceptions[] = new AssignedRange(Subnet::fromString($exceptionRange), $exceptionType);