mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-09-27 11:58:44 +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
|
|
{
|
|
}
|