Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for exceptionOccurred (0.32 sec)

  1. platforms/extensibility/plugin-use/src/main/java/org/gradle/plugin/use/internal/DefaultPluginRequestApplicator.java

                    } catch (UnknownPluginException e) {
                        throw couldNotApply(request, request.getId(), e);
                    } catch (Exception e) {
                        throw exceptionOccurred(request, e);
                    }
                } catch (Exception e) {
                    throw new LocationAwareException(e, request.getScriptDisplayName(), request.getLineNumber());
                }
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 14 04:49:39 UTC 2024
    - 11.4K bytes
    - Viewed (0)
Back to top