Sha256: 185f1acc957d79e76b1aaa28ca9a8c3c1c4dcff4f95424910da95b08b76cc3dd

Contents?: true

Size: 725 Bytes

Versions: 9

Compression:

Stored size: 725 Bytes

Contents

# frozen_string_literal: true

module Bridgetown
  module Errors
    FatalException = Class.new(::RuntimeError)

    DropMutationException       = Class.new(FatalException)
    InvalidPermalinkError       = Class.new(FatalException)
    InvalidYAMLFrontMatterError = Class.new(FatalException)
    MissingDependencyException  = Class.new(FatalException)

    InvalidDateError            = Class.new(FatalException)
    InvalidPostNameError        = Class.new(FatalException)
    PostURLError                = Class.new(FatalException)
    InvalidURLError             = Class.new(FatalException)
    InvalidConfigurationError   = Class.new(FatalException)

    WebpackAssetError           = Class.new(FatalException)
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bridgetown-core-0.21.3 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.2 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.1 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.0 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.0.beta4 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.0.beta3 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.0.beta2 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.0.beta1 lib/bridgetown-core/errors.rb
bridgetown-core-0.20.0 lib/bridgetown-core/errors.rb