for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wandu\Database\Exception;
use RuntimeException;
class IdentifierNotFoundException extends RuntimeException
{
public function __construct()
$this->message = "Identifier not found from entity";
}