HEX
Server: LiteSpeed
System: Linux server484.bertina.biz 4.18.0-553.34.1.lve.el8.x86_64 #1 SMP Thu Jan 9 16:30:32 UTC 2025 x86_64
User: alvnails (1268)
PHP: 8.2.29
Disabled: mail
Upload Files
File: /home/alvnails/public_html/wp-content/plugins/loco-translate/src/error/WriteException.php
<?php
/**
 * File system write error.
 * Generally thrown from Loco_fs_FileWriter
 */
class Loco_error_WriteException extends Loco_error_Exception {


    /**
     * {@inheritdoc}
     */
    public function getTitle(){
        return __('Permission denied','loco-translate');
    }

}