for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Amock\Parser\Exception;
use LogicException;
class ParseException extends LogicException
{
public function __construct()
parent::__construct(sprintf('Parse exception'));
}