7 lines
142 B
PHP
Executable file
7 lines
142 B
PHP
Executable file
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
|
|
{
|
|
}
|