Skip to content

Instantly share code, notes, and snippets.

@xero
Forked from dehora/disapprove.scala
Last active October 28, 2021 07:03
Show Gist options
  • Save xero/5328281 to your computer and use it in GitHub Desktop.
Save xero/5328281 to your computer and use it in GitHub Desktop.
php fork
<?php
class ಠ_ಠ extends Exception {
public function __construct($msg, $code=0, Exception $prev=null) {
parent::__construct("ಠ_ಠ", $code, $prev);
}
public function __toString() {
return "ಠ_ಠ";
}
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment