Wikibase
MediaWiki Wikibase extension
Loading...
Searching...
No Matches
Wikibase\Repo\Localizer\ParseExceptionLocalizer Class Reference

Provides a Message for ParseException for localized errors. More...

+ Inheritance diagram for Wikibase\Repo\Localizer\ParseExceptionLocalizer:
+ Collaboration diagram for Wikibase\Repo\Localizer\ParseExceptionLocalizer:

Public Member Functions

 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.
 

Detailed Description

Provides a Message for ParseException for localized errors.

Author
Daniel Kinzler
Katie Filbert < aude..nosp@m.wiki.nosp@m.@gmai.nosp@m.l.co.nosp@m.m >

Member Function Documentation

◆ getExceptionMessage()

Wikibase\Repo\Localizer\ParseExceptionLocalizer::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
InvalidArgumentExceptionIf localization of the given exception is not supported.

Implements Wikibase\Repo\Localizer\ExceptionLocalizer.

◆ hasExceptionMessage()

Wikibase\Repo\Localizer\ParseExceptionLocalizer::hasExceptionMessage ( Exception $ex)

Whether this localizer can handle the given exception.

This is intended for use by a dispatcher to determine which localizer can handle a given exception.

Implements Wikibase\Repo\Localizer\ExceptionLocalizer.


The documentation for this class was generated from the following file: