Exceptions\Collection\ReadOnlyArrayException::__construct PHP Метод

__construct() публичный Метод

public __construct ( $message = 'Array/Collection is read-only, you cannot alter it', $code, $previous = null )
    public function __construct($message = 'Array/Collection is read-only, you cannot alter it', $code = 0, $previous = null)
    {
        parent::__construct($message, $code, $previous);
    }
ReadOnlyArrayException