for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Vehsamrak\Terraformator\Exception;
/**
* @author Vehsamrak
*/
class UnimplementedException extends \DomainException
{
/** {@inheritDoc} */
public function __construct()
parent::__construct('unimplemented', 0, null);
}