chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Exceptions/Process/ProcessException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
declare(strict_types=1);

namespace ChrisAndChris\Common\RowMapperBundle\Exceptions\Process;

use ChrisAndChris\Common\RowMapperBundle\Exceptions\RowMapperException;

/**
 *
 *
 * @name ProcessException
 * @version   1.0.0
 * @since     1.0.0
 * @package   RowMapperBundle
 * @author    ChrisAndChris
 * @link      https://github.com/chrisandchris
 */
class ProcessException extends RowMapperException
{

}