first commit
This commit is contained in:
14
app/Exceptions/Entities/AppAlreadyInstalledException.php
Normal file
14
app/Exceptions/Entities/AppAlreadyInstalledException.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Exceptions\Entities;
|
||||
|
||||
use Flugg\Responder\Exceptions\Http\HttpException;
|
||||
|
||||
class AppAlreadyInstalledException extends HttpException
|
||||
{
|
||||
protected $status = 400;
|
||||
|
||||
protected $errorCode = 'app.installation';
|
||||
|
||||
protected $message = 'App has been already installed';
|
||||
}
|
||||
Reference in New Issue
Block a user