-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontend domain for credit card product passed to frontend service
- Loading branch information
1 parent
e8ac6c3
commit f84df8c
Showing
8 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
application/backend-monorepo-multiservice/code/src/JsonSchema/CouldNotEncodeRoutes.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Galeas\Api\JsonSchema; | ||
|
||
use Galeas\Api\Common\ExceptionBase\InternalServerErrorException; | ||
|
||
class CouldNotEncodeRoutes extends InternalServerErrorException | ||
{ | ||
public static function getErrorIdentifier(): string | ||
{ | ||
return 'JsonSchema_CouldNotFindControllerAndMethod'; | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...ion/backend-monorepo-multiservice/code/src/JsonSchema/CouldNotFindControllerAndMethod.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
|
||
declare(strict_types=1); | ||
|
||
namespace Galeas\Api\JsonSchema; | ||
|
||
use Galeas\Api\Common\ExceptionBase\InternalServerErrorException; | ||
|
||
class CouldNotFindControllerAndMethod extends InternalServerErrorException | ||
{ | ||
public static function getErrorIdentifier(): string | ||
{ | ||
return 'JsonSchema_ExceptionSerializerFailed'; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters