mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-27 19:58:39 +00:00
8 lines
135 B
PHP
Executable File
8 lines
135 B
PHP
Executable File
<?php
|
|
|
|
namespace Stripe\Exception;
|
|
|
|
class UnexpectedValueException extends \UnexpectedValueException implements ExceptionInterface
|
|
{
|
|
}
|