Initial Commit
This commit is contained in:
20
inc/sso/exception/class-sso-session-exception.php
Normal file
20
inc/sso/exception/class-sso-session-exception.php
Normal file
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
/**
|
||||
* The SSO Session Exception.
|
||||
*
|
||||
* @package WP_Ultimo
|
||||
* @subpackage SSO\Exception
|
||||
* @since 2.0.11
|
||||
*/
|
||||
|
||||
namespace WP_Ultimo\SSO\Exception;
|
||||
|
||||
// Exit if accessed directly
|
||||
defined('ABSPATH') || exit;
|
||||
|
||||
/**
|
||||
* Thrown when our session handler implementation fails somewhere.
|
||||
*
|
||||
* @since 2.0.11
|
||||
*/
|
||||
class SSO_Session_Exception extends \RuntimeException {} // end class SSO_Session_Exception;
|
Reference in New Issue
Block a user