File "XmlParseException.php"

Full Path: /home/flipjqml/onlinebetsolution.com/wp-content/plugins/woocommerce-jetpack/src/error/XmlParseException.php
File size: 185 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * 
 */
class Loco_error_XmlParseException extends Loco_error_Exception {

    public function getTitle(){
        return __('XML parse error','loco-translate');
    }
    
}