Thruio/ActiveRecord

View on GitHub
src/DatabaseLayer/IndexException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
namespace Thru\ActiveRecord\DatabaseLayer;

class IndexException extends \Thru\ActiveRecord\Exception
{
    public $remedy = null;
}