[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/includes/vendor/aura/sql/src/Exception/ -> CannotBindValue.php (source)

   1  <?php
   2  /**
   3   *
   4   * This file is part of Aura for PHP.
   5   *
   6   * @license https://opensource.org/licenses/MIT MIT
   7   *
   8   */
   9  namespace Aura\Sql\Exception;
  10  
  11  use Aura\Sql\Exception;
  12  
  13  /**
  14   *
  15   * Could not bind a value to a placeholder in a statement, generally because
  16   * the value is an array, object, or resource.
  17   *
  18   * @package Aura.Sql
  19   *
  20   */
  21  class CannotBindValue extends Exception
  22  {
  23  }


Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1