phug-php/phug

View on GitHub
src/Phug/Renderer/Renderer/Profiler/ProfilerLocatedException.php

Summary

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

namespace Phug\Renderer\Profiler;

use Phug\Util\Exception\LocatedException;

class ProfilerLocatedException extends LocatedException
{
}