mirror of
https://github.com/elyby/oauth2-server.git
synced 2025-05-31 14:12:07 +05:30
Extend the default PHP Exception class
This commit is contained in:
@@ -22,11 +22,11 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||||||
|
|
||||||
namespace OAuth2;
|
namespace OAuth2;
|
||||||
|
|
||||||
class OAuthServerClientException extends Exception {}
|
class OAuthServerClientException extends \Exception {}
|
||||||
|
|
||||||
class OAuthServerUserException extends Exception {}
|
class OAuthServerUserException extends \Exception {}
|
||||||
|
|
||||||
class OAuthServerException extends Exception {}
|
class OAuthServerException extends \Exception {}
|
||||||
|
|
||||||
class Server
|
class Server
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user