|
| __construct (ValueFormatter $paramFormatter) |
|
| getExceptionMessage (Exception $exception) |
| Returns a Message object containing a localized message representing the exception, in a form appropriate for display to the user.
|
|
| hasExceptionMessage (Exception $exception) |
| Whether this localizer can handle the given exception.
|
|
- Copyright
- GPL-2.0-or-later
- Author
- Daniel Kinzler
-
Katie Filbert < aude..nosp@m.wiki.nosp@m.@gmai.nosp@m.l.co.nosp@m.m >
◆ __construct()
Wikibase\Repo\Localizer\ChangeOpValidationExceptionLocalizer::__construct |
( |
ValueFormatter | $paramFormatter | ) |
|
- Parameters
-
ValueFormatter | $paramFormatter | A formatter for formatting message parameters as wikitext. Typically some kind of dispatcher. |
◆ getExceptionMessage()
Wikibase\Repo\Localizer\ChangeOpValidationExceptionLocalizer::getExceptionMessage |
( |
Exception | $ex | ) |
|
Returns a Message object containing a localized message representing the exception, in a form appropriate for display to the user.
The localized message may or may not contain the text returned by $ex->getMessage().
- Exceptions
-
InvalidArgumentException | If localization of the given exception is not supported. |
Implements Wikibase\Repo\Localizer\ExceptionLocalizer.
◆ hasExceptionMessage()
Wikibase\Repo\Localizer\ChangeOpValidationExceptionLocalizer::hasExceptionMessage |
( |
Exception | $ex | ) |
|
◆ $validatorErrorLocalizer
The documentation for this class was generated from the following file: