for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Mero\Bundle\BaseBundle\Exception;
/**
* Exception to unsupported format.
*
* @author Rafael Mello <[email protected]>
*/
class UnsupportedFormatException extends \Exception
{
public function __toString()
return __CLASS__.": [{$this->code}]: {$this->message}\n";
}