Home
last modified time | relevance | path

Searched refs:PageUpdateException (Results 1 – 15 of 15) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/Storage/
H A DPageUpdateException.php33 class PageUpdateException extends RuntimeException { class
H A DPageUpdater.php1079 throw new PageUpdateException( "Failed to update page row to use new revision." );
1183 throw new PageUpdateException( 'Must provide a main slot when creating a page!' );
1233 throw new PageUpdateException( "Failed to update page row to use new revision." );
1400 throw new PageUpdateException( "Slot role `$role` is not allowed." );
1407 throw new PageUpdateException( "Slot role `$role` is required." );
H A DEditResultBuilder.php84 throw new PageUpdateException(
H A DDerivedPageDataUpdater.php606 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
617 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Storage/
H A DPageUpdateException.php33 class PageUpdateException extends RuntimeException { class
H A DPageUpdater.php1249 throw new PageUpdateException( "Failed to update page row to use new revision." );
1335 throw new PageUpdateException( 'Must provide a main slot when creating a page!' );
1379 throw new PageUpdateException( "Failed to update page row to use new revision." );
1526 throw new PageUpdateException( "Slot role `$role` is not allowed." );
1533 throw new PageUpdateException( "Slot role `$role` is required." );
H A DEditResultBuilder.php106 throw new PageUpdateException(
H A DDerivedPageDataUpdater.php662 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
673 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Storage/
H A DPageUpdateException.php33 class PageUpdateException extends RuntimeException { class
H A DPageUpdater.php1240 throw new PageUpdateException( "Failed to update page row to use new revision." );
1345 throw new PageUpdateException( 'Must provide a main slot when creating a page!' );
1395 throw new PageUpdateException( "Failed to update page row to use new revision." );
1588 throw new PageUpdateException( "Slot role `$role` is not allowed." );
1595 throw new PageUpdateException( "Slot role `$role` is required." );
H A DEditResultBuilder.php118 throw new PageUpdateException(
H A DDerivedPageDataUpdater.php624 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
635 * @throws PageUpdateException If the slot is neither set for update nor inherited from the
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php10 use MediaWiki\Storage\PageUpdateException; alias
26 $this->expectException( PageUpdateException::class );
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php11 use MediaWiki\Storage\PageUpdateException; alias
29 $this->expectException( PageUpdateException::class );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php11 use MediaWiki\Storage\PageUpdateException; alias
30 $this->expectException( PageUpdateException::class );