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