FrankProjects/UltimateWarfare

View on GitHub
src/Exception/WorldRegionNotFoundException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace FrankProjects\UltimateWarfare\Exception;

final class WorldRegionNotFoundException extends \Exception
{
    protected $message = 'World region does not exist!'; // @phpstan-ignore-line
}