Invalid API endpoint exception improvement

MAILPOET-6022
This commit is contained in:
Oluwaseun Olorunsola
2024-05-14 10:42:44 +01:00
committed by Aschepikov
parent a7df6b496f
commit 95e595de42
2 changed files with 11 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ final class Error {
const UNAUTHORIZED = 'unauthorized';
const FORBIDDEN = 'forbidden';
const NOT_FOUND = 'not_found';
const REINSTALL_PLUGIN = 'reinstall_plugin';
private function __construct() {