/home/mip/mip/vendor/laravel/prompts/src/Exceptions/NonInteractiveValidationException.php
<?php

namespace Laravel\Prompts\Exceptions;

use RuntimeException;

class NonInteractiveValidationException extends RuntimeException
{
    //
}