nordsoftware/lumen-oauth2

View on GitHub
src/Exceptions/ClientNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php namespace Nord\Lumen\OAuth2\Exceptions;

class ClientNotFound extends Exception
{
}