/home/smartonegroup/www/veroserv/vendor/laravel/prompts/src/Exceptions/FormRevertedException.php
<?php

namespace Laravel\Prompts\Exceptions;

use RuntimeException;

class FormRevertedException extends RuntimeException
{
    //
}