jaroslavtyc/drd-plus-therugist-spells

View on GitHub
DrdPlus/Theurgist/Spells/SpellParameters/Exceptions/InvalidFormatOfPropertyUsedForTrap.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types = 1);
 
namespace DrdPlus\Theurgist\Spells\SpellParameters\Exceptions;
 
class InvalidFormatOfPropertyUsedForTrap extends \InvalidArgumentException implements Logic
{
 
}