bravesheep/dogmatist

View on GitHub
src/Exception/FillException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bravesheep\Dogmatist\Exception;

class FillException extends \LogicException implements Exception
{

}