mirror of
https://github.com/BushlanovDev/max-bot-api-client-php.git
synced 2026-08-22 11:55:18 +00:00
12 lines
160 B
PHP
12 lines
160 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
namespace BushlanovDev\MaxMessengerBot\Exceptions;
|
|
|
|
use RuntimeException;
|
|
|
|
class NetworkException extends RuntimeException
|
|
{
|
|
}
|