timegridio/concierge

View on GitHub
src/Exceptions/StrategyNotRecognizedException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Timegridio\Concierge\Exceptions;

use Exception;

/**
 * Class StrategyNotRecognizedException.
 *
 * @package Timegridio\Concierge\Exceptions
 */
class StrategyNotRecognizedException extends Exception
{
}