5.3 버전 내용 적용
This commit is contained in:
17
plugin/social/Hybrid/Exception.php
Normal file
17
plugin/social/Hybrid/Exception.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
/* !
|
||||
* HybridAuth
|
||||
* http://hybridauth.sourceforge.net | http://github.com/hybridauth/hybridauth
|
||||
* (c) 2009-2015, HybridAuth authors | http://hybridauth.sourceforge.net/licenses.html
|
||||
*/
|
||||
|
||||
/**
|
||||
* Exception implementation
|
||||
*
|
||||
* The base Exception is extended to allow applications to handle exceptions from hybrid auth
|
||||
* separately from general exceptions.
|
||||
*/
|
||||
class Hybrid_Exception extends Exception {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user