<?php
namespace App\Exceptions;
use RuntimeException;
class InvalidRewardedAdCallback extends RuntimeException
{
//
}