| @@ -7,7 +7,7 @@ | ||
| 7 | 7 | /** | 
| 8 | 8 | * @param string $message Exception message to throw | 
| 9 | 9 | * @param int $code Exception code | 
| 10 | - * @param Exception $previous previous exception used for the exception chaining | |
| 10 | + * @param \Exception $previous previous exception used for the exception chaining | |
| 11 | 11 | */ | 
| 12 | 12 | public function __construct($message = 'The file does not exists.', $code = 0, \Exception $previous = null) | 
| 13 | 13 |      { |