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