mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-07 18:18:18 +01:00
8 lines
135 B
PHP
8 lines
135 B
PHP
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
|
|
{
|
|
}
|