master
<?php declare(strict_types = 1); namespace Fapi\FapiClient; /** * The exception that is thrown when an argument does not match with the expected value. */ class InvalidArgumentException extends \InvalidArgumentException { }