<?php

namespace Illuminate\Foundation;

use Exception;

class ViteManifestNotFoundException extends Exception
{
    //
}
