diff options
Diffstat (limited to 'core/Command/InterruptedException.php')
-rw-r--r-- | core/Command/InterruptedException.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/Command/InterruptedException.php b/core/Command/InterruptedException.php index 3ca2f1572a0..509656f2dae 100644 --- a/core/Command/InterruptedException.php +++ b/core/Command/InterruptedException.php @@ -26,4 +26,5 @@ namespace OC\Core\Command; /** * Exception for when the user hit ctrl-c */ -class InterruptedException extends \Exception {} +class InterruptedException extends \Exception { +} |