| Index: webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
 | 
| diff --git a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
 | 
| index b67a64e0c468139822718dd327aa4d837c531207..0e9116cb6b238710451e79e0044d0f9ec7ab3d5f 100644
 | 
| --- a/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
 | 
| +++ b/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/exceptions.py
 | 
| @@ -11,8 +11,12 @@
 | 
|  
 | 
|  
 | 
|  class FileNotFoundError(Exception):
 | 
| +  """File not found exeception.
 | 
| +  """
 | 
|    pass
 | 
|  
 | 
|  
 | 
|  class SignalProcessingException(Exception):
 | 
| +  """Signal processing exeception.
 | 
| +  """
 | 
|    pass
 | 
| 
 |