-
-
Save xero/5328281 to your computer and use it in GitHub Desktop.
php fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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