File "EmptyArgumentException.php"

Full path: /home/kosmetik/public_html/wp-content/plugins/unlimited-elements-for-elementor/provider/freemius/includes/sdk/Exceptions/EmptyArgumentException.php
File size: 230 B
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php

if (!class_exists('Freemius_InvalidArgumentException')) {
    exit;
}
if (!class_exists('Freemius_EmptyArgumentException')) {
    class Freemius_EmptyArgumentException extends Freemius_InvalidArgumentException
    {
    }
}