phpvms/app/Exceptions/SettingNotFound.php
Nabeel S dc51897314
Additional logging for the stats recalculation (#358)
* Additional logging for the stats recalculation

* style fix
2019-08-10 20:42:35 -04:00

10 lines
94 B
PHP

<?php
namespace App\Exceptions;
use Exception;
class SettingNotFound extends Exception
{
}