Skip to content

Commit a1a48c8

Browse files
committed
Merge pull request #77 from Metabor/patch-1
Fix typo in reference to UnexpectedValueException
2 parents d0d548a + 02affff commit a1a48c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Fhaculty/Graph/GraphViz.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public function createImageFile()
253253

254254
$ret = file_put_contents($tmp, $script, LOCK_EX);
255255
if ($ret === false) {
256-
throw new UnexpectedValuexception('Unable to write graphviz script to temporary file');
256+
throw new UnexpectedValueException('Unable to write graphviz script to temporary file');
257257
}
258258

259259
$ret = 0;

0 commit comments

Comments
 (0)