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

11 lines
109 B
PHP

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