open-orchestra/open-orchestra-base-api-bundle

View on GitHub
BaseApi/Exceptions/ApiException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace OpenOrchestra\BaseApi\Exceptions;

use Exception;

/**
 * Class ApiException
 */
class ApiException  extends Exception
{

}