<?php
class 💥explode
{
    function 
__toString()
    {
        throw new 
Exception();
    }
}

$💣bomb  = new 💥explode;
echo 
$💣bomb;
?>
Output