Skip to content

Commit 5fee633

Browse files
committed
Exception class fixed
1 parent f6a34b6 commit 5fee633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pointer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function setData(&$data)
124124
public function &getData()
125125
{
126126
if (!$this->isDataSet) {
127-
throw new Pointer\RuntimeException("Data for evaluation is not set");
127+
throw new Pointer\LogicException("Data for evaluation is not set");
128128
}
129129
return $this->data;
130130
}

0 commit comments

Comments
 (0)