Home
last modified time | relevance | path

Searched refs:ValidationException (Results 1 – 25 of 36) sorted by relevance

12

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DUtil.php5 use MatrixPhp\Exceptions\ValidationException; alias
13 * @throws ValidationException
17 throw new ValidationException("RoomIDs start with !");
21 throw new ValidationException("RoomIDs must have a domain component, seperated by a :");
29 * @throws ValidationException
33 throw new ValidationException("UserIDs start with @");
37 throw new ValidationException("UserIDs must have a domain component, seperated by a :");
43 throw new ValidationException('MXC URL did not begin with \'mxc://\'');
DMatrixClient.php8 use MatrixPhp\Exceptions\ValidationException; alias
113 * @throws ValidationException
118 …throw new ValidationException('Failed to enable encryption. Please make sure the olm library is av…
126 … throw new ValidationException('$cacheLevel must be one of Cache::NONE, Cache::SOME, Cache::ALL');
/plugin/struct/types/
H A DDate.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
71 * @throws ValidationException
80 throw new ValidationException('invalid date format');
83 throw new ValidationException('pastonly');
86 throw new ValidationException('futureonly');
H A DDateTime.php8 use dokuwiki\plugin\struct\meta\ValidationException; alias
69 * @throws ValidationException
80 throw new ValidationException('invalid datetime format');
83 throw new ValidationException('pastonly');
86 throw new ValidationException('futureonly');
93 throw new ValidationException('invalid datetime format');
H A DDecimal.php7 use dokuwiki\plugin\struct\meta\ValidationException; alias
97 * @throws ValidationException
105 throw new ValidationException('Decimal needed');
109 throw new ValidationException('Decimal min', (float) $this->config['min']);
113 throw new ValidationException('Decimal max', (float) $this->config['max']);
H A DMail.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
41 throw new ValidationException('Mail invalid', $mail);
H A DUrl.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
32 throw new ValidationException('Url invalid', $url);
H A DColor.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
20 throw new ValidationException('bad color specification');
H A DMedia.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
37 throw new ValidationException('Media mime type', $mime, $this->config['mime']);
/plugin/structnumber/types/
DNumber.php13 use dokuwiki\plugin\struct\meta\ValidationException; alias
51 * @throws ValidationException
59 throw new ValidationException('Decimal needed');
63 throw new ValidationException('Decimal min', floatval($this->config['min']));
67 throw new ValidationException('Decimal max', floatval($this->config['max']));
/plugin/bez/struct/
H A DBezType.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
85 throw new ValidationException('Invalid BEZ reference');
89 throw new ValidationException('Invalid BEZ reference');
99 throw new ValidationException(ucfirst($table) . " with id: $id doesn't exists.");
/plugin/structprogress/types/
DProgress.php13 use dokuwiki\plugin\struct\meta\ValidationException; alias
40 throw new ValidationException('Decimal needed');
44 throw new ValidationException('Decimal min', $minvalue);
48 throw new ValidationException('Decimal max', $maxvalue);
/plugin/struct/_test/types/
H A DColorTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
67 $this->expectException(ValidationException::class);
H A DDateTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
60 $this->expectException(ValidationException::class);
H A DDateTimeTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
61 $this->expectException(ValidationException::class);
H A DUserTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
20 $this->expectException(ValidationException::class);
H A DUrlTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
80 $this->expectException(ValidationException::class);
H A DDecimalTest.php5 use dokuwiki\plugin\struct\meta\ValidationException; alias
86 $this->expectException(ValidationException::class);
/plugin/structgroup8/types/
DGroup.php7 use dokuwiki\plugin\struct\meta\ValidationException; alias
32 throw new ValidationException('Group not found: "' . $rawvalue .
/plugin/structgroup/types/
DGroup.php7 use dokuwiki\plugin\struct\meta\ValidationException; alias
32 throw new ValidationException('Group not found: "' . $rawvalue .
/plugin/struct/meta/
H A DValueValidator.php91 } catch (ValidationException $e) {
103 } catch (ValidationException $e) {
H A DValidationException.php12 class ValidationException extends StructException class
/plugin/bez/mdl/
H A DValidator.php5 use dokuwiki\plugin\bez\meta\ValidationException; alias
78 throw new ValidationException('-unknown', array($field => $code));
99 } catch (ValidationException $e) {
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/Exceptions/
DValidationException.php10 class ValidationException extends \Exception {} class
/plugin/bez/meta/
H A DValidationException.php5 class ValidationException extends \Exception class

12