Phase 5: Content and SEO - Yoast SEO, Schema.org markup, Open Graph, favicon support, XML sitemap
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Yoast\WP\SEO\Exceptions\Addon_Installation;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class Addon_Activation_Error_Exception
|
||||
*/
|
||||
class Addon_Activation_Error_Exception extends Exception {}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Yoast\WP\SEO\Exceptions\Addon_Installation;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class Addon_Already_Installed_Exception
|
||||
*/
|
||||
class Addon_Already_Installed_Exception extends Exception {}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Yoast\WP\SEO\Exceptions\Addon_Installation;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class Addon_Installation_Error
|
||||
*/
|
||||
class Addon_Installation_Error_Exception extends Exception {}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Yoast\WP\SEO\Exceptions\Addon_Installation;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class User_Cannot_Activate_Plugins
|
||||
*/
|
||||
class User_Cannot_Activate_Plugins_Exception extends Exception {}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Yoast\WP\SEO\Exceptions\Addon_Installation;
|
||||
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class User_Cannot_Install_Plugins_Exception
|
||||
*/
|
||||
class User_Cannot_Install_Plugins_Exception extends Exception {}
|
||||
Reference in New Issue
Block a user