phug-php/dependency-injection

View on GitHub
DependencyException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Phug;

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