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