Enabled OAuth/OAuth2 logins
This commit is contained in:
12
modules/oauth/classes/Kohana/OAuth/Exception.php
Normal file
12
modules/oauth/classes/Kohana/OAuth/Exception.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
/**
|
||||
* OAuth Exception
|
||||
*
|
||||
* @package Kohana/OAuth
|
||||
* @category Exceptions
|
||||
* @author Kohana Team
|
||||
* @copyright (c) 2010 Kohana Team
|
||||
* @license http://kohanaframework.org/license
|
||||
* @since 3.0.7
|
||||
*/
|
||||
class Kohana_OAuth_Exception extends Kohana_Exception { }
|
Reference in New Issue
Block a user