MediaWiki  master
AbstractSchemaValidationError.php
Go to the documentation of this file.
1 <?php
2 
22 namespace MediaWiki\DB;
23 
24 use Exception;
25 
30 class AbstractSchemaValidationError extends Exception {
31 }