Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/www/web28/html/wp-content/plugins/wp-statistics/src/Exception/ |
Current File : //var/www/web28/html/wp-content/plugins/wp-statistics/src/Exception/LogException.php |
<?php namespace WP_Statistics\Exception; use Exception; use WP_Statistics; class LogException extends Exception { public function __construct($message, $code = 0, Exception $previous = null) { parent::__construct($message, $code, $previous); WP_Statistics::log($this->generateLogMessage($message, $code), 'error'); } private function generateLogMessage($message, $code) { return sprintf( __('Exception occurred: [Code %d] %s at %s:%d', 'wp-statistics'), $code, $message, $this->getFile(), $this->getLine() ); } }
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare