1: <?php
2: /**
3: * @generated
4: */
5: namespace cassandra;
6: class NotFoundException extends \TException {
7: static $_TSPEC;
8:
9:
10: public function __construct() {
11: if (!isset(self::$_TSPEC)) {
12: self::$_TSPEC = array(
13: );
14: }
15: }
16:
17: public function getName() {
18: return 'NotFoundException';
19: }
20:
21: public function read($input)
22: {
23: return $this->_read('NotFoundException', self::$_TSPEC, $input);
24: }
25: public function write($output) {
26: return $this->_write('NotFoundException', self::$_TSPEC, $output);
27: }
28: }
29:
30:
31: ?>
32: