7trait NotSupportingVisibilityTrait
16 public function getVisibility(
$path)
18 throw new LogicException(get_class($this) .
' does not support visibility. Path: ' .
$path);
29 public function setVisibility(
$path, $visibility)
31 throw new LogicException(get_class($this) .
' does not support visibility. Path: ' .
$path .
', visibility: ' . $visibility);
An exception for terminatinating execution or to throw for unit testing.