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.
1 parent 74d4c0f commit b98fb4c1eeb7e9723036bcb7894f3a9ad40db5a9
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 18 hours ago
Showing 1 changed file
View
server/Fury/Modules/ErrorHandler/ErrorHandler.php