for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByJG\RestServer\Exception;
class Error409Exception extends ClientShowException
{
public function handleHeader()
$this->sendHeader(409, 'Conflict');
}