summaryrefslogblamecommitdiffstats
path: root/vendor/stripe/stripe-php/lib/Exception/UnexpectedValueException.php
blob: 0a629edf74dfaf49b2dc8759822f0ef9a624c124 (plain) (tree)
1
2
3
4
5
6
7






                                                                                              
<?php

namespace Stripe\Exception;

class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}