dc51897314
* Additional logging for the stats recalculation * style fix
10 lines
94 B
PHP
10 lines
94 B
PHP
<?php
|
|
|
|
namespace App\Exceptions;
|
|
|
|
use Exception;
|
|
|
|
class SettingNotFound extends Exception
|
|
{
|
|
}
|