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