PabloKowalczyk/SupercacheBundle

View on GitHub
src/Exceptions/PatternNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace PabloK\SupercacheBundle\Exceptions;

/**
 * Thrown while pattern used for locating certain element(s) cannot be found and operation cannot be completed.
 */
class PatternNotFoundException extends \LogicException
{
}