Skip to content

Commit

Permalink
Merge pull request #175 from kodok-buncit/patch-1
Browse files Browse the repository at this point in the history
Exception file name not matching class name.

Renames the class name to the one expected to exist inside the file name containing it.
  • Loading branch information
Augusto Pascutti committed May 9, 2014
2 parents d666c59 + 1b8e20e commit 765db15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Respect\Validation\Exceptions;

class WritableException extends ValidationException
class UploadedException extends ValidationException
{

public static $defaultTemplates = array(
Expand Down

0 comments on commit 765db15

Please sign in to comment.