acelot/resolver

View on GitHub
src/Exception/DefinitionException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php declare(strict_types = 1);

namespace Acelot\Resolver\Exception;

/**
 * The exception thrown by definitions.
 */
class DefinitionException extends ResolverException
{
}