PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Exception
/
Reflection
<?php declare (strict_types=1); namespace Rector\Exception\Reflection; use Exception; final class MissingPrivatePropertyException extends Exception { }
[+]
..
[-] MissingPrivatePropertyException.php
[edit]