mirror of
https://git.sindominio.net/estibadores/wordpress.git
synced 2024-11-14 23:21:07 +01:00
12 lines
151 B
PHP
12 lines
151 B
PHP
<?php
|
|
/**
|
|
* Create Archive Exception
|
|
*/
|
|
|
|
/**
|
|
* BackWPup_Create_Archive_Exception
|
|
*/
|
|
class BackWPup_Create_Archive_Exception extends Exception {
|
|
|
|
}
|