Skip to content
Snippets Groups Projects
InvalidStrategyException.php 197 B
Newer Older
<?php

namespace Higidi\Lock\Configuration\Exception;

/**
 * Exception is thrown if invalid strategy is trying to set.
 */
class InvalidStrategyException extends InvalidConfigurationException
{
}