File "ScoutException.php"

Full Path: /var/www/html/back/vendor/laravel/scout/src/Exceptions/ScoutException.php
File size: 110 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Scout\Exceptions;

use Exception;

class ScoutException extends Exception
{
    //
}