Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set_error_handler(function($severity, $message) {
- restore_error_handler();
- throw new Nette\IOException($message);
- });
- $handle = fopen($file, 'r');
- // ...
- restore_error_handler();
Advertisement
Add Comment
Please, Sign In to add comment