/home/brandsfa/www/vendor/laravel/framework/src/Illuminate/Console/PromptValidationException.php
<?php

namespace Illuminate\Console;

use RuntimeException;

class PromptValidationException extends RuntimeException
{
}