- Complete GGZ Ecademy Laravel backend application - RESTful API for learning products, members, filters - Authentication and authorization system - Database migrations and seeders - Custom CRUD generator commands - Email notification system - Integration with frontend applications
This commit is contained in:
10
app/Http/Controllers/Error/ErrorInterface.php
Normal file
10
app/Http/Controllers/Error/ErrorInterface.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Http\Controllers\Error;
|
||||
|
||||
interface ErrorInterface
|
||||
{
|
||||
public function getStatusCode(): int;
|
||||
public function getErrorCode(): string;
|
||||
public function getErrorMessage(): string;
|
||||
}
|
||||
Reference in New Issue
Block a user