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