Files
core/src/Exceptions/CharacterStatNotFoundException.php
T
2019-06-25 20:42:44 +02:00

12 lines
187 B
PHP

<?php
declare(strict_types=1);
namespace LotGD\Core\Exceptions;
/**
* Class CharacterStatNotFoundException.
*/
class CharacterStatNotFoundException extends CharacterStatException
{
}