/home/smartonegroup/public_html/system/vendor/illuminate/console/PromptValidationException.php
<?php

namespace Illuminate\Console;

use RuntimeException;

class PromptValidationException extends RuntimeException
{
}