File "PromptValidationException.php"
Full Path: /var/www/drive/laravel/framework/src/Illuminate/Database/PromptValidationException.php
File size: 122 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace Illuminate\Console;
use RuntimeException;
class PromptValidationException extends RuntimeException
{
}