-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix BuildEntity Add Exception #8
- Loading branch information
Showing
12 changed files
with
99 additions
and
50 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
/* | ||
* Ce fichier fait partie du Studoo | ||
* | ||
* @author Benoit Foujols | ||
* | ||
* Pour les informations complètes sur les droits d'auteur et la licence, | ||
* veuillez consulter le fichier LICENSE qui a été distribué avec ce code source. | ||
*/ | ||
|
||
|
||
namespace Studoo\Api\EcoleDirecte\Exception; | ||
|
||
class ErrorHttpStatusException extends \Exception | ||
{ | ||
protected $message = "Erreur HTTP status"; | ||
} |
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,17 @@ | ||
<?php | ||
/* | ||
* Ce fichier fait partie du Studoo | ||
* | ||
* @author Benoit Foujols | ||
* | ||
* Pour les informations complètes sur les droits d'auteur et la licence, | ||
* veuillez consulter le fichier LICENSE qui a été distribué avec ce code source. | ||
*/ | ||
|
||
|
||
namespace Studoo\Api\EcoleDirecte\Exception; | ||
|
||
class InvalidModelException extends \Exception | ||
{ | ||
protected $message = "Invalid model API"; | ||
} |
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,17 @@ | ||
<?php | ||
/* | ||
* Ce fichier fait partie du Studoo | ||
* | ||
* @author Benoit Foujols | ||
* | ||
* Pour les informations complètes sur les droits d'auteur et la licence, | ||
* veuillez consulter le fichier LICENSE qui a été distribué avec ce code source. | ||
*/ | ||
|
||
|
||
namespace Studoo\Api\EcoleDirecte\Exception; | ||
|
||
class NotDataResponseException extends \Exception | ||
{ | ||
protected $message = "Pas de donnée dans la réponse"; | ||
} |
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
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