Skip to content

Instantly share code, notes, and snippets.

@ronan-gloo
Last active January 4, 2016 14:01
Show Gist options
  • Save ronan-gloo/c6cda6cd6ec5e8a8eb34 to your computer and use it in GitHub Desktop.
Save ronan-gloo/c6cda6cd6ec5e8a8eb34 to your computer and use it in GitHub Desktop.
I extend Charlie
<?php
class Charlie
{
/**
* @deprecated
*/
final public function __destruct()
{
throw new NonRealisticCallException('Sorry, we are unable to complete your request');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment