<?php

namespace Cardinity\Exception;

use Symfony\Component\Validator\ConstraintViolationListInterface;

class ResultObjectInterfacePropertyNotFound extends Runtime
{
}
