<?php declare(strict_types=1); namespace ParagonIE\EasyDB\Tests; use RuntimeException; class InsertManyFlatTransactionTestRuntimeException extends RuntimeException { }
info at phpclasses dot org