Skip to content

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Sep 7, 2014
1 parent 635c5ca commit c0f6375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/View/Exception/MissingCellException.php
Expand Up @@ -22,6 +22,6 @@
*/
class MissingCellException extends Exception {

protected $_messageTemplate = 'Cell class "%s" is missing.';
protected $_messageTemplate = 'Cell class %s is missing.';

}

0 comments on commit c0f6375

Please sign in to comment.