Additional logging for the stats recalculation (#358)
* Additional logging for the stats recalculation * style fix
This commit is contained in:
@@ -2,11 +2,8 @@
|
||||
|
||||
namespace App\Exceptions;
|
||||
|
||||
use Symfony\Component\HttpKernel\Exception\HttpException;
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Class SettingNotFound
|
||||
*/
|
||||
class SettingNotFound extends HttpException
|
||||
class SettingNotFound extends Exception
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user