File "StructureScoutsCacheDriverMissing.php"

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

<?php

namespace Spatie\StructureDiscoverer\Exceptions;

use Exception;

class StructureScoutsCacheDriverMissing extends Exception
{
}