allerta-vvf/backend/app/Exceptions/AlertClosed.php

11 lines
97 B
PHP

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