<?php

namespace BeyondCode\SelfDiagnosis\Exceptions;

/**
 * Exception to be used when an invalid check configuration is encountered.
 *
 * @package BeyondCode\SelfDiagnosis\Exceptions
 */
class InvalidConfigurationException extends \Exception
{
}
