DrdPlus/Theurgist/Spells/SpellParameters/Exceptions/MinimalDifficultyCanNotBeGreaterThanMaximal.php
<?phpdeclare(strict_types = 1); namespace DrdPlus\Theurgist\Spells\SpellParameters\Exceptions; Avoid excessively long class names like MinimalDifficultyCanNotBeGreaterThanMaximal. Keep class name length under 40.class MinimalDifficultyCanNotBeGreaterThanMaximal extends \InvalidArgumentException implements Logic{ }