Skip to content
Snippets Groups Projects

Issue #3258056: Simplify Stage::dispatch exception handling

Files
6
@@ -4,6 +4,8 @@ namespace Drupal\package_manager\Exception;
@@ -4,6 +4,8 @@ namespace Drupal\package_manager\Exception;
/**
/**
* Base class for all exceptions related to staging operations.
* Base class for all exceptions related to staging operations.
 
*
 
* Should not be thrown by external code.
*/
*/
class StageException extends \RuntimeException {
class StageException extends \RuntimeException {
}
}
Loading