mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 22:50:07 +01:00
10 lines
129 B
PHP
Executable file
10 lines
129 B
PHP
Executable file
<?php
|
|
|
|
namespace Illuminate\Database;
|
|
|
|
use RuntimeException;
|
|
|
|
class RecordsNotFoundException extends RuntimeException
|
|
{
|
|
//
|
|
}
|