Skip to content
Snippets Groups Projects

Issue #3227923: Split StageException into more specific types

Merged Adam G-H requested to merge issue/automatic_updates-3227923:3227923-exception-api into 8.x-2.x
Files
4
<?php
namespace Drupal\package_manager\Exception;
/**
* Base class for all exceptions related to staging operations.
*/
class StageException extends \RuntimeException {
}
Loading