district09/php_package_dg-api-client

View on GitHub
src/Service/Exception/ServiceException.php

Summary

Maintainability
A
0 mins
Test Coverage
F
0%
<?php

declare(strict_types=1);

namespace DigipolisGent\API\Service\Exception;

use Exception;

/**
 * Base class for service exceptions.
 */
class ServiceException extends Exception
{
}