withLoadedUrls method

  1. @internal
SassException withLoadedUrls(
  1. Iterable<Uri> loadedUrls
)

Returns a copy of this with loadedUrls set to the given value.

Implementation

@internal
SassException withLoadedUrls(Iterable<Uri> loadedUrls) =>
    SassException(message, span, loadedUrls);