Files
portal/app/app/Exceptions/Autopodbor/RunInFlightException.php
T
2026-06-28 14:20:54 +03:00

8 lines
127 B
PHP

<?php
declare(strict_types=1);
namespace App\Exceptions\Autopodbor;
class RunInFlightException extends \RuntimeException {}