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