Files
portal/app/app/Exceptions/Autopodbor/RunInFlightException.php
T

8 lines
127 B
PHP
Raw Normal View History

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