We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb636ac commit fa7a67dCopy full SHA for fa7a67d
1 file changed
src/Core/JVM/ConstantPool.php
@@ -104,11 +104,11 @@ public function offsetGet($offset)
104
105
public function offsetSet($offset, $value)
106
{
107
- throw new ReadOnlyException('You cannot rewrite datum. The Constant Cache is read-only.');
+ throw new ReadOnlyException('You cannot rewrite datum. The Constant Pool is read-only.');
108
}
109
110
public function offsetUnset($offset)
111
112
113
114
0 commit comments