Added ClientException

This commit is contained in:
Alex Bilbie 2013-01-29 16:18:23 +00:00
parent cab721923a
commit 74f48d28a4

View File

@ -0,0 +1,8 @@
<?php
namespace OAuth2\Exception;
class ClientException extends OAuth2Exception
{
}