Add exception classes for Source Plugins
This commit is contained in:
10
source/lib/DownloadDispatcher/Exceptions.class.php
Normal file
10
source/lib/DownloadDispatcher/Exceptions.class.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
class DownloadDispatcher_Exception_SourcePluginException extends DownloadDispatcher_Exception {};
|
||||
class DownloadDispatcher_Exception_PreviouslySeenContent extends DownloadDispatcher_Exception_SourcePluginException {};
|
||||
class DownloadDispatcher_Exception_UnidentifiedContent extends DownloadDispatcher_Exception_SourcePluginException {};
|
||||
class DownloadDispatcher_Exception_UnacceptableContent extends DownloadDispatcher_Exception_SourcePluginException {};
|
||||
class DownloadDispatcher_Exception_DuplicateContent extends DownloadDispatcher_Exception_SourcePluginException {};
|
||||
class DownloadDispatcher_Exception_UnprocesseableContent extends DownloadDispatcher_Exception_SourcePluginException {};
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user