- Timestamp:
- 02/11/10 17:34:27 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/newtoken/wifidog/ws/classes/Exceptions/WSException.php
r1427 r1446 50 50 class WSException extends Exception 51 51 { 52 CONST INVALID_PARAMETER = 8801; 53 CONST GENERIC_EXCEPTION = 8800; 54 CONST PROCESS_ERROR = 8802; 55 52 56 // Redefine the exception so message isn't optional 53 public function __construct($message, $code = 0) {57 public function __construct($message, $code = 8800) { 54 58 // some code 55 59
