YetiForceCompany/YetiForceCRM

View on GitHub
app/Exceptions/FieldException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * FieldException exception class.
 *
 * @package App
 *
 * @copyright YetiForce S.A.
 * @license   YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 * @author    Mariusz Krzaczkowski <m.krzaczkowski@yetiforce.com>
 */

namespace App\Exceptions;

/**
 * FieldException exception class.
 */
class FieldException extends AppException
{
}