mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-31 12:36:57 +08:00
12 lines
191 B
PHP
12 lines
191 B
PHP
|
<?php
|
||
|
/**
|
||
|
* @package WP Static HTML Output
|
||
|
*
|
||
|
* Copyright (c) 2011 Leon Stafford
|
||
|
*/
|
||
|
|
||
|
/**
|
||
|
* WP Static HTML Output exceptions class
|
||
|
*/
|
||
|
class StaticHtmlOutput_Exception extends Exception
|
||
|
{}
|