phug-php/renderer

View on GitHub
RendererException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

use Exception;

class RendererException extends Exception
{
}