<?php

namespace Xentral\Modules\Sipgate\Exception;

use RuntimeException;

class InvalidArgumentException extends RuntimeException implements SipgateExceptionInterface
{
}