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

11 lines
129 B
PHP
Raw Normal View History

2024-04-15 16:00:49 +02:00
<?php
namespace Illuminate\Database;
use RuntimeException;
class RecordsNotFoundException extends RuntimeException
{
//
}