first commit
This commit is contained in:
16
app/Exceptions/Interfaces/InfoExtendedException.php
Normal file
16
app/Exceptions/Interfaces/InfoExtendedException.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\Interfaces;
|
||||
|
||||
use Throwable;
|
||||
|
||||
/**
|
||||
* Interface ReasonableException
|
||||
*/
|
||||
interface InfoExtendedException extends Throwable
|
||||
{
|
||||
/**
|
||||
* @return mixed
|
||||
*/
|
||||
public function getInfo();
|
||||
}
|
||||
Reference in New Issue
Block a user