Dhii/output-renderer-interface

View on GitHub
src/Exception/CouldNotRenderExceptionInterface.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Dhii\Output\Exception;

/**
 * Represents an exception thrown when the rendererer fails to render.
 *
 * @since 0.1
 */
interface CouldNotRenderExceptionInterface extends RendererExceptionInterface
{
}