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