-
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.
Merge pull request #22 from studoo-app/develop
v0.1.1
- Loading branch information
Showing
16 changed files
with
444 additions
and
58 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.