For compliance with the new version of the table interface policy (T255803). This patch was created by an automated search & replace operation on the includes/ directory. Bug: T257789 Change-Id: Ie32c1b11b3d16ddfc0c83a757327d449ff80b2e4
11 lines
201 B
PHP
11 lines
201 B
PHP
<?php
|
|
/**
|
|
* File backend exception for checked exceptions (e.g. I/O errors)
|
|
*
|
|
* @newable
|
|
* @stable to extend
|
|
* @ingroup FileBackend
|
|
* @since 1.22
|
|
*/
|
|
class FileBackendError extends Exception {
|
|
}
|