layfi-earn/vendor/illuminate/database/RecordsNotFoundException.php

11 lines
129 B
PHP
Raw Normal View History

2025-01-27 20:49:47 +08:00
<?php
namespace Illuminate\Database;
use RuntimeException;
class RecordsNotFoundException extends RuntimeException
{
//
}