File "NoCacheConfigured.php"

Full Path: /var/www/html/back/vendor/spatie/php-structure-discoverer/src/Exceptions/NoCacheConfigured.php
File size: 119 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Spatie\StructureDiscoverer\Exceptions;

use Exception;

class NoCacheConfigured extends Exception
{
}