phug-php/phug

View on GitHub
src/Phug/DependencyInjection/DependencyException.php

Summary

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

namespace Phug;

/**
 * Represents an exception that is thrown during the injection of dependencies.
 */
class DependencyException extends \Exception
{
}