mirror of
https://github.com/nextcloud/recognize.git
synced 2026-01-13 20:25:35 +00:00
12 lines
282 B
PHP
12 lines
282 B
PHP
<?php
|
|
|
|
/*
|
|
* Copyright (c) 2021-2022 The Recognize contributors.
|
|
* This file is licensed under the Affero General Public License version 3 or later. See the COPYING file.
|
|
*/
|
|
declare(strict_types=1);
|
|
namespace OCA\Recognize\Exception;
|
|
|
|
final class Exception extends \Exception {
|
|
}
|