Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'opis/closure/src/SecurityException.php')
-rw-r--r--opis/closure/src/SecurityException.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/opis/closure/src/SecurityException.php b/opis/closure/src/SecurityException.php
deleted file mode 100644
index b65f5cb8..00000000
--- a/opis/closure/src/SecurityException.php
+++ /dev/null
@@ -1,18 +0,0 @@
-<?php
-/* ===========================================================================
- * Copyright (c) 2018-2021 Zindex Software
- *
- * Licensed under the MIT License
- * =========================================================================== */
-
-namespace Opis\Closure;
-
-use Exception;
-
-/**
- * Security exception class
- */
-class SecurityException extends Exception
-{
-
-} \ No newline at end of file