Files
SIGE-WEB-snapshot/wp-content/plugins/modern-events-calendar-lite/app/api/Stripe/Exception/UnexpectedValueException.php

8 lines
142 B
PHP

<?php
namespace Stripe\Exception;
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
{
}