stevegrunwell/smee

View on GitHub
src/Exceptions/NoGitDirectoryException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Smee\Exceptions;

use Exception;

class NoGitDirectoryException extends Exception
{

}