File: com_exception.php

package info (click to toggle)
php-random-compat 2.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid
  • size: 368 kB
  • sloc: php: 1,104; sh: 48; xml: 30; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<?php

/**
 * Class COM
 *
 * This is just a stub class.
 */
class com_exception extends Exception
{

}