DrdPlus/Theurgist/Spells/SpellParameters/Partials/Exceptions/InvalidValueForSpellTraitDifficultyChange.php
<?php
declare(strict_types = 1);
namespace DrdPlus\Theurgist\Spells\SpellParameters\Partials\Exceptions;
class InvalidValueForSpellTraitDifficultyChange extends \InvalidArgumentException implements Logic
{
}