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

11 lines
109 B
PHP
Raw Normal View History

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