Files
libra/app/Contracts/ShouldNotifyAdmin.php
2026-01-02 23:14:53 +02:00

10 lines
226 B
PHP

<?php
namespace App\Contracts;
/**
* Marker interface for exceptions that should trigger admin notification.
* Implement this interface on custom exceptions that require admin attention.
*/
interface ShouldNotifyAdmin {}