fetzi/phpspec-watcher

View on GitHub
src/Exceptions/InvalidConfigurationException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Fetzi\PhpspecWatcher\Exceptions;

class InvalidConfigurationException extends \Exception
{
}