| 1 | <?php | ||
| 8 | class NotGiveAFuck implements Lolifier | ||
| 9 | { | ||
| 10 | const | ||
| 11 | MESSAGE = "It seems that your application has encountered an issue. But as we don't give a fuck, we will not tell you what the problem is. Have a good day."; | ||
| 12 | |||
| 13 | 1 | public function isHandling(array $record) | |
| 17 | |||
| 18 | 8 | public function lolify(array $record) | |
| 27 | } | ||
| 28 |