PHP Classes

File: tests/InsertManyFlatTransactionTestRuntimeException.php

Recommend this page to a friend!
  Classes of Scott Arciszewski   EasyDB   tests/InsertManyFlatTransactionTestRuntimeException.php   Download  
File: tests/InsertManyFlatTransactionTestRuntimeException.php
Role: Class source
Content type: text/plain
Description: Class source
Class: EasyDB
Simple Database Abstraction Layer around PDO
Author: By
Last change:
Date: 6 years ago
Size: 171 bytes
 

Contents

Class file image Download
<?php
declare(strict_types=1);

namespace
ParagonIE\EasyDB\Tests;

use
RuntimeException;

class
InsertManyFlatTransactionTestRuntimeException extends RuntimeException
{
}