HosipLan

Untitled

Dec 18th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. set_error_handler(function($severity, $message) {
  2.     restore_error_handler();
  3.     throw new Nette\IOException($message);
  4. });
  5. $handle = fopen($file, 'r');
  6. // ...
  7. restore_error_handler();
Advertisement
Add Comment
Please, Sign In to add comment