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