<?php

namespace Xentral\Components\Mailer\Exception;

use RuntimeException;

class OAuthCredentialsException extends RuntimeException implements MailerExceptionInterface
{
}