File "MassAssignmentException.php"

Full Path: /home/romayxjt/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Orm/MassAssignmentException.php
File size: 147 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace FluentForm\Framework\Database\Orm;

use RuntimeException;

class MassAssignmentException extends RuntimeException
{
    // Pass
}