chippyash/Builder-Pattern

View on GitHub
src/Chippyash/BuilderPattern/Exceptions/BuilderPatternException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/*
 * Builder Pattern Library
 *
 * @author Ashley Kitson <akitson@zf4.biz>
 * @copyright Ashley Kitson, UK, 2014
 * @licence GPL V3 or later : http://www.gnu.org/licenses/gpl.html
 * @link http://en.wikipedia.org/wiki/Builder_pattern
 */
namespace Chippyash\BuilderPattern\Exceptions;

/**
 * Builder Pattern Exception
 */
class BuilderPatternException extends \Exception {}