Initial Drupal 11 with DDEV setup
This commit is contained in:
10
vendor/laravel/prompts/src/Exceptions/FormRevertedException.php
vendored
Normal file
10
vendor/laravel/prompts/src/Exceptions/FormRevertedException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Laravel\Prompts\Exceptions;
|
||||
|
||||
use RuntimeException;
|
||||
|
||||
class FormRevertedException extends RuntimeException
|
||||
{
|
||||
//
|
||||
}
|
||||
Reference in New Issue
Block a user