chrisandchris/passive-record-orm

View on GitHub
src/ChrisAndChris/Common/RowMapperBundle/Exceptions/NotCapableException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace ChrisAndChris\Common\RowMapperBundle\Exceptions;

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

}