WowPress-Tailwind/theme/vendor/illuminate/database/RecordsNotFoundException.php

11 lines
129 B
PHP
Executable File

<?php
namespace Illuminate\Database;
use RuntimeException;
class RecordsNotFoundException extends RuntimeException
{
//
}