UndefinedMethodAugust 8, 2020 ยท View on GitHubEmitted when calling a method that does not exist <?php class A {} A::foo();