Skip to content

Commit 02affff

Browse files
committed
Update GraphViz.php
correct typo in classname
1 parent d0d548a commit 02affff

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)