PHP Classes

File: src/Exception/ExceptionInterface.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   EasyDB   src/Exception/ExceptionInterface.php   Download  
File: src/Exception/ExceptionInterface.php
Role: Class source
Content type: text/plain
Description: Class source
Class: EasyDB
Simple Database Abstraction Layer around PDO
Author: By
Last change: Integrate existing exceptions with Corner.
Date: 5 years ago
Size: 204 bytes
 

Contents

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

use
ParagonIE\Corner\CornerInterface;

/**
 * ExceptionInterface.
 *
 * @package ParagonIE\EasyDB
 */
interface ExceptionInterface extends CornerInterface
{
}