in workshop/02_Editing/05_Intentions/5.1_Intentions.php [20:27]
public function flipIntention() { $variable = true; if ($variable === true) { } echo 'This may be throwing an Exception. Riiiight!'; }