for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Glooby\Debug\Exception;
/**
* @author Emil Kilhage
*/
class FormatterException extends Exception
{
* @return FormatterException
public static function unableToFormatMessageException()
return new self('unable to format message');
}