This file is indexed.

/usr/share/pyshared/MAT/exceptions.py is in mat 0.4.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
''' Base exceptions for MAT
'''


class UnableToRemoveFile(Exception):
    '''This exception is raised when a file could not be removed
    '''
    pass