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