Skip to content

Commit

Permalink
Add class level doc to exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thiemowmde committed Dec 28, 2015
1 parent 882ba43 commit 0dc6f39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Deserializers/Exceptions/InvalidAttributeException.php
Expand Up @@ -5,6 +5,9 @@
use Exception;

/**
* A deserialization exception that is thrown when an expected array key is present, but it's value
* is not in the expected format.
*
* @since 1.0
*
* @licence GNU GPL v2+
Expand Down
2 changes: 2 additions & 0 deletions src/Deserializers/Exceptions/MissingAttributeException.php
Expand Up @@ -5,6 +5,8 @@
use Exception;

/**
* A deserialization exception that is thrown when an expected array key is not present.
*
* @since 1.0
*
* @licence GNU GPL v2+
Expand Down

0 comments on commit 0dc6f39

Please sign in to comment.