summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/UnexpectedValueException.php
blob: 5270eebe1faf64348dac90b11a0f1b74e6e886e8 (plain) (blame)
1
2
3
4
5
6
7
<?php

namespace Stripe\Exception;

class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}