Skip to content

MIR0005

UndefinedClass

A reference is made to a class or interface that does not exist.

<?php
$obj = new PaymentGateway(); // class not found

Add the missing use statement, check the namespace, or define the class.