shimabox/pemojine

View on GitHub
src/Exception/GroupNotFound.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace SMB\Pemojine\Exception;

use SMB\Pemojine\Exception\Exception;

/**
 * The named group was not found.
 */
class GroupNotFound extends Exception
{
}