PATH:
home
/
letacommog
/
vizeo
/
wp-content
/
themes
/
dt-the7
/
inc
/
extensions
/
wp-less
/
lib
<?php /** * Basic Exception * * @author oncletom * @package wp-less * @subpackage lib */ class WPLessException extends Exception { /** * Override the display output of the exception for WordPress * * @author oncletom * @see Exception::__toString() */ public function __toString() { do_action( 'wp-less_save_stylesheet_error', $this ); // wp_die($this->getMessage().'<br /><pre>'.$this->getTraceAsString().'</pre>', 'WP-LESS exception'); } }
[+]
..
[-] index.php
[edit]
[-] Garbagecollector.class.php
[edit]
[-] Stylesheet.class.php
[edit]
[+]
vendor
[+]
helper
[-] Compiler.class.php
[edit]
[-] Plugin.class.php
[edit]
[-] Configuration.class.php
[edit]
[-] Exception.class.php
[edit]