Changed the namespace to oauth2server

This commit is contained in:
Alex Bilbie 2012-07-12 14:57:29 +01:00
parent 813b19cb7a
commit 3c6ad24f22

View File

@ -20,7 +20,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
namespace OAuth2;
namespace oauth2server;
class OAuthServerClientException extends \Exception {}