ryanwinchester/hubspot-php

View on GitHub
src/Exceptions/InvalidArgument.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace SevenShores\Hubspot\Exceptions;

class InvalidArgument extends \InvalidArgumentException
{
}