for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace devtoolboxuk\cerberus\Handlers;
class DefaultHandler extends Handler
{
public function __construct($type, $value = '')
parent::__construct($value);
$this->setName($type);
}