Files
glastree/vendor/laravel/framework/src/Illuminate/Console/PromptValidationException.php
T
2026-05-26 08:14:29 +02:00

10 lines
122 B
PHP

<?php
namespace Illuminate\Console;
use RuntimeException;
class PromptValidationException extends RuntimeException
{
}