phug-php/formatter

View on GitHub
FormatterException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
 
namespace Phug;
 
use Phug\Util\Exception\LocatedException;
 
/**
* Represents an exception that is thrown during tree-manipulation processes.
*/
class FormatterException extends LocatedException
{
}