aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/commerceguys/intl/src/Exception/InvalidArgumentException.php
blob: afbe114a4097f79fb0d1f1791e13b62e46a65a37 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                                              
<?php

namespace CommerceGuys\Intl\Exception;

/**
 * This exception is thrown when an invalid argument is passed to a method.
 * For example, a float amount instead of the expected string amount.
 */
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
{
}