Skip to content

Commit

Permalink
Update exception copy with function name
Browse files Browse the repository at this point in the history
  • Loading branch information
meganos authored and kotp committed Nov 3, 2021
1 parent 9c17624 commit c99ad98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/isogram/Isogram.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

function isIsogram(string $word): bool
{
throw new \BadFunctionCallException("Implement the isogram function");
throw new \BadFunctionCallException("Implement the isIsogram function");
}

0 comments on commit c99ad98

Please sign in to comment.