Skip to content

Commit

Permalink
Added missing Exception namespace to Sha1 validator
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmartin committed Jan 2, 2013
1 parent bad469b commit 74e25e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/Zend/Validator/File/Sha1.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

namespace Zend\Validator\File;

use Zend\Validator\Exception;

/**
* Validator for the sha1 hash of given files
Expand Down

0 comments on commit 74e25e6

Please sign in to comment.