phug-php/renderer

View on GitHub
Renderer/Profiler/ProfilerException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug\Renderer\Profiler;

use Exception;

class ProfilerException extends Exception
{
}