complete story 8.10 with qa test
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?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 {}
|
||||
Reference in New Issue
Block a user