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