13 lines
130 B
PHP
Executable File
13 lines
130 B
PHP
Executable File
<?php
|
|
|
|
namespace FedaPay\Error;
|
|
|
|
/**
|
|
* Class ApiConnection
|
|
*
|
|
* @package FedaPay\Error
|
|
*/
|
|
class ApiConnection extends Base
|
|
{
|
|
}
|