cpapdotcom/asendia

View on GitHub
src/Cpapdotcom/Asendia/WebApiClient/Error.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Cpapdotcom\Asendia\WebApiClient;

use RuntimeException;

class Error extends RuntimeException
{
}