api/app/Exceptions/MissingRewardedAdUnit.php

11 lines
121 B
PHP

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