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