- Timestamp:
- 08/31/07 18:14:07 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/lang/exceptions/stubException.php
r777 r887 13 13 * @subpackage lang_exceptions 14 14 */ 15 class stubException extends Exception implements stub Object15 class stubException extends Exception implements stubThrowable 16 16 { 17 17 /** … … 67 67 * 68 68 * @return string 69 * @XMLIgnore 69 70 */ 70 71 public function hashCode() … … 78 79 * @param mixed $compare 79 80 * @return bool 80 * @XMLIgnore81 81 */ 82 82 public function equals($compare)
