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