first commit
This commit is contained in:
11
app/Exceptions/Entities/IntervalAlreadyDeletedException.php
Normal file
11
app/Exceptions/Entities/IntervalAlreadyDeletedException.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\Entities;
|
||||
|
||||
use Flugg\Responder\Exceptions\Http\HttpException;
|
||||
|
||||
class IntervalAlreadyDeletedException extends HttpException
|
||||
{
|
||||
protected $errorCode = 'interval_already_deleted';
|
||||
protected $status = 409;
|
||||
}
|
||||
Reference in New Issue
Block a user