mirror of
https://ghproxy.net/https://github.com/elementor/wp2static.git
synced 2025-08-30 13:43:54 +08:00
12 lines
No EOL
191 B
PHP
12 lines
No EOL
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
|
|
{} |