ObjFW  Artifact [d1e7366225]

Artifact d1e73662258604691e70aa11f42f1f6735e78a0b7959cb2cc37024c482f5fa4b:

  • File src/exceptions/OFLoadPluginFailedException.m — part of check-in [869b4162d4] at 2025-03-15 13:48:08 on branch trunk — Rename OFPlugin -> OFModule (user: js size: 843) [more...]

/*
 * Copyright (c) 2008-2025 Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This program is free software: you can redistribute it and/or modify it
 * under the terms of the GNU Lesser General Public License version 3.0 only,
 * as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
 * version 3.0 for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3.0 along with this program. If not, see
 * <https://www.gnu.org/licenses/>.
 */

#include "config.h"

#import "OFLoadPluginFailedException.h"

@implementation OFLoadPluginFailedException
@end