PHP Classes

File: src/Exception/InvalidIdentifier.php

Recommend this page to a friend!
  Packages of Scott Arciszewski   EasyDB   src/Exception/InvalidIdentifier.php   Download  
File: src/Exception/InvalidIdentifier.php
Role: Class source
Content type: text/plain
Description: Exception
Class: EasyDB
Simple Database Abstraction Layer around PDO
Author: By
Last change: Test Improvements + Mutation Testing (#168)

* Update testing frameworks
* Add infection for mutation tests
* Modernize PHPUnit usage
Date: 2 months ago
Size: 223 bytes
 

Contents

Class file image Download
<?php
namespace ParagonIE\EasyDB\Exception;

use
ParagonIE\Corner\CornerTrait;

/**
 * InvalidIdentifier.
 *
 * @package ParagonIE\EasyDB
 * @api
 */
class InvalidIdentifier extends EasyDBException
{
    use
CornerTrait;
}