abbadon1334/atk4-i18next-php

View on GitHub
src/I18Next/Exception/LanguageAlreadyPresent.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

declare(strict_types=1);

namespace I18Next\Exception;

use atk4\core\Exception;

class LanguageAlreadyPresent extends Exception
{
}