mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 13:02:50 +00:00
8 lines
70 B
PHP
8 lines
70 B
PHP
<?php
|
|
|
|
namespace Stripe\Error;
|
|
|
|
class Authentication extends Base
|
|
{
|
|
}
|