psecio/gatekeeper

View on GitHub
src/Psecio/Gatekeeper/Exception/GroupNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Psecio\Gatekeeper\Exception;

class GroupNotFoundException extends \Exception
{

}