File "NonInteractiveValidationException.php"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/vendor/laravel/prompts/NonInteractiveValidationException.php
File size: 145 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Laravel\Prompts\Exceptions;

use RuntimeException;

class NonInteractiveValidationException extends RuntimeException
{
    //
}