<?php
namespace Psalm\Issue;
class UndefinedInterfaceMethod extends MethodIssue
{
const ERROR_LEVEL = 5;
const SHORTCODE = 181;
}