?AlkantarClanX12

Your IP : 216.73.217.134


Current Path : /home/r/a/n/rankinh/numerik/wp-content/plugins/loco-translate/src/error/
Upload File :
Current File : /home/r/a/n/rankinh/numerik/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');
    }

}