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 68d27ff commit 0ef12afCopy full SHA for 0ef12af
src/Utils/exceptions.php
@@ -56,7 +56,7 @@ class DeprecatedException extends NotSupportedException
56
/**
57
* The exception that is thrown when accessing a class member (property or method) fails.
58
*/
59
-class MemberAccessException extends \LogicException
+class MemberAccessException extends \Error
60
{
61
}
62
0 commit comments