phug-php/phug

View on GitHub
src/Phug/Renderer/RendererException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

namespace Phug;

use Exception;

class RendererException extends Exception
{
}