We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a34b6 commit 5fee633Copy full SHA for 5fee633
src/Pointer.php
@@ -124,7 +124,7 @@ public function setData(&$data)
124
public function &getData()
125
{
126
if (!$this->isDataSet) {
127
- throw new Pointer\RuntimeException("Data for evaluation is not set");
+ throw new Pointer\LogicException("Data for evaluation is not set");
128
}
129
return $this->data;
130
0 commit comments