Sha256: 56f742c41af3ab150b0de43a678b97141e2cd21b5f4e86a3f6a418d3f816ed3b

Contents?: true

Size: 664 Bytes

Versions: 13

Compression:

Stored size: 664 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)
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bridgetown-core-1.0.0.alpha11 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha10 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha9 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha8 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha7 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha6 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha5 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.5 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha4 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha3 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha2 lib/bridgetown-core/errors.rb
bridgetown-core-1.0.0.alpha1 lib/bridgetown-core/errors.rb
bridgetown-core-0.21.4 lib/bridgetown-core/errors.rb