orca-services/nova-api-php

View on GitHub
src/Exception/InvalidXmlException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OrcaServices\NovaApi\Exception;

use RuntimeException;

/**
 * Signals that the XML schema validation failed.
 */
final class InvalidXmlException extends RuntimeException
{
}