src/MessageGroupProcessing/TranslatableBundleImportException.php
<?php
declare( strict_types = 1 );
namespace MediaWiki\Extension\Translate\MessageGroupProcessing;
use Exception;
/**
* Exception thrown when an error occurs when importing a translatable bundle via TranslatableBundleImporter
* @since 2023.05
* @license GPL-2.0-or-later
* @author Abijeet Patro
*/
class TranslatableBundleImportException extends Exception {
}