PATH:
home
/
niazsaze
/
public_html
/
wp-content
/
plugins
/
wp-statistics
/
src
/
Exception
<?php namespace WP_Statistics\Exception; use Exception; class SystemErrorException extends Exception { public function __construct($message, $code = 0, Exception $previous = null) { $message = sprintf(__('System error: %s', 'wp-statistics'), $message); parent::__construct($message, $code, $previous); } }
[-] SystemErrorException.php
[edit]
[-] LicenseException.php
[edit]
[+]
..
[-] LogException.php
[edit]