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