for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Coco\SourceWatcher\Core;
use Exception;
/**
* Class SourceWatcherException
*
* @package Coco\SourceWatcher\Core
*/
class SourceWatcherException extends Exception
{
}