11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
namespace Illuminate\Database;
|
|
|
|
use RuntimeException;
|
|
|
|
class RecordsNotFoundException extends RuntimeException
|
|
{
|
|
//
|
|
}
|