Path : /srv/www/vhosts/pk-dane/kliminvest/vendor/nette/database/src/Database/Reflection/ |
Current File : /srv/www/vhosts/pk-dane/kliminvest/vendor/nette/database/src/Database/Reflection/exceptions.php |
<?php /** * This file is part of the Nette Framework (http://nette.org) * Copyright (c) 2004 David Grudl (http://davidgrudl.com) */ namespace Nette\Database\Reflection; use PDOException; /** * Reference not found exception. */ class MissingReferenceException extends PDOException { } /** * Ambiguous reference key exception. */ class AmbiguousReferenceKeyException extends PDOException { }