MediaWiki  master
PasswordError.php
Go to the documentation of this file.
1 <?php
21 declare( strict_types = 1 );
22 
29 class PasswordError extends MWException {
30  // NOP
31 }
MediaWiki exception.
Definition: MWException.php:32
Show an error when any operation involving passwords fails to run.