File: Exception.php

package info (click to toggle)
php-horde-share 2.0.5-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 812 kB
  • ctags: 899
  • sloc: php: 4,060; xml: 828; sh: 3; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Horde_Share_Exception
 *
 *
 */
class Horde_Share_Exception extends Horde_Exception_Wrapped
{
}