bravesheep/dogmatist

View on GitHub
src/Exception/BuilderException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Bravesheep\Dogmatist\Exception;

class BuilderException extends \BadFunctionCallException implements Exception
{

}