Skip to content

Commit

Permalink
minor fix in class docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
steinkel committed May 14, 2016
1 parent f61575f commit 6a5a457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Datasource/Exception/InvalidPrimaryKeyException.php
Expand Up @@ -17,7 +17,7 @@
use RuntimeException;

/**
* Exception raised when a particular record was not found
* Exception raised when the provided primary key does not match the table primary key
*
*/
class InvalidPrimaryKeyException extends RuntimeException
Expand Down

0 comments on commit 6a5a457

Please sign in to comment.