|
Fix ErrorHandler exception_handler type cast
- exception_handler() passes $e->getCode() to error_handler(Int $errno). - Some exceptions (PDOException, GAuthException) return string codes, causing a TypeError cascade. Cast to int to prevent handler crash. |
|---|
|
|
| server/Fury/Modules/ErrorHandler/ErrorHandler.php |
|---|