for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Phiber\ORM\Exceptions;
use Exception;
/**
* Para inclusção em recursos não implementados.
*
* @author Diego Brocanelli <[email protected]>
*/
class NotImplementedException extends Exception
{}