Skip to content

Commit

Permalink
Updated Exception Message
Browse files Browse the repository at this point in the history
  • Loading branch information
navneetrai committed Sep 5, 2016
1 parent 119b4cc commit 27a9ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exceptions/InvalidUploadException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Generic library-level exception.
*/
class InvalidUploadException extends Exception{
private $message;
public $message;

/**
* Create a new exception instance.
Expand Down

0 comments on commit 27a9ca0

Please sign in to comment.