98b26f6191
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
8 lines
127 B
PHP
8 lines
127 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace App\Exceptions\Autopodbor;
|
|
|
|
class RunInFlightException extends \RuntimeException {}
|