This file is indexed.

/usr/share/php/Horde/Pdf/Exception.php is in php-horde-pdf 2.0.3-2.

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
 9
10
11
12
13
14
15
16
17
18
19
<?php
/**
 * Horde_Pdf package
 *
 * @license  http://www.horde.org/licenses/lgpl21
 * @category Horde
 * @package  Pdf
 */

/**
 * Exception class for the Horde_Pdf package.  All exceptions thrown
 * from the package will be of this type.
 *
 * @category Horde
 * @package  Pdf
 */
class Horde_Pdf_Exception extends Horde_Exception_Wrapped
{
}