Commit 7b618734 by Florian Fackler

Changed Exception wording to be more clear

parent 6e1ec309
......@@ -174,7 +174,7 @@ class Component extends Object
}
}
}
throw new InvalidCallException('Unsetting read-only property: ' . get_class($this) . '.' . $name);
throw new InvalidCallException('Unsetting an unknown or read-only property: ' . get_class($this) . '.' . $name);
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment