Skip to content

Commit 0ef12af

Browse files
committed
MemberAccessException extends from Error (BC break)
1 parent 68d27ff commit 0ef12af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utils/exceptions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class DeprecatedException extends NotSupportedException
5656
/**
5757
* The exception that is thrown when accessing a class member (property or method) fails.
5858
*/
59-
class MemberAccessException extends \LogicException
59+
class MemberAccessException extends \Error
6060
{
6161
}
6262

0 commit comments

Comments
 (0)