for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @package Laztopaz\potato-ORM
* @author Temitope Olotin <[email protected]>
* @license <https://opensource.org/license/MIT> MIT
*/
namespace Laztopaz\potatoORM;
use Exception;
class NoRecordDeletionException extends Exception {
public static function checkNoRecordUpdateException($message)
{
return new static($message);
}