Skip to content

Instantly share code, notes, and snippets.

@dshafik
Last active August 29, 2015 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dshafik/0c38bb94e2333b9527f4 to your computer and use it in GitHub Desktop.
Save dshafik/0c38bb94e2333b9527f4 to your computer and use it in GitHub Desktop.
<?php
class MyException implements \Throwable { }
?>
Fatal error: Class MyException cannot implement interface Throwable, extend Exception or Error instead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment