final 1.2.3 - file sh per generare zip

This commit is contained in:
2026-06-07 20:56:38 +02:00
parent f9c1268466
commit cd10d100ec
2442 changed files with 158 additions and 325423 deletions
@@ -1,20 +0,0 @@
<?php
declare(strict_types=1);
namespace Laravel\Pao\Exceptions;
use RuntimeException;
/**
* @internal
*
* @codeCoverageIgnore
*/
final class ShouldNotHappenException extends RuntimeException
{
public function __construct()
{
parent::__construct('This should not have happened. Please report this issue at [https://github.com/laravel/pao/issues/new].');
}
}