YetiForceCompany/YetiForceCRM

View on GitHub
app/Exceptions/ApiException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php
/**
 * ApiException  represents a database error.
 *
 * @package   Exceptions
 *
 * @copyright YetiForce S.A.
 * @license   YetiForce Public License 6.5 (licenses/LicenseEN.txt or yetiforce.com)
 * @author    Arkadiusz Adach <a.adach@yetiforce.com>
 */

namespace App\Exceptions;

/**
 * Class ApiException .
 */
class ApiException extends AppException
{
}