alexander-emelyanov/tradologic-api-client

View on GitHub
src/Exceptions/UnknownException.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace TradoLogic\Exceptions;

use TradoLogic\Exception;

class UnknownException extends Exception
{
}