Changeset 35365 for trunk/src/wp-includes/random_compat/error_polyfill.php
- Timestamp:
- 10/23/2015 04:21:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/random_compat/error_polyfill.php
r34981 r35365 27 27 */ 28 28 29 if (!interface_exists('Throwable', false)) {30 interface Throwable31 {32 }33 }34 35 29 if (!class_exists('Error', false)) { 36 30 // We can't really avoid making this extend Exception in PHP 5. 37 class Error extends Exception implements Throwable31 class Error extends Exception 38 32 { 39 33
Note: See TracChangeset
for help on using the changeset viewer.