Sha256: c7e35470a4d5b6ed478cc8223e5247ccba6a189d0dbe3178bc4d5eb8ddce5dc3

Contents?: true

Size: 775 Bytes

Versions: 16

Compression:

Stored size: 775 Bytes

Contents

# frozen_string_literal: true

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

    InvalidThemeName = Class.new(FatalException)

    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

16 entries across 16 versions & 1 rubygems

Version Path
bridgetown-core-0.19.3 lib/bridgetown-core/errors.rb
bridgetown-core-0.19.2 lib/bridgetown-core/errors.rb
bridgetown-core-0.19.1 lib/bridgetown-core/errors.rb
bridgetown-core-0.19.0 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.6 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.5 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.4 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.3 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.2 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.1 lib/bridgetown-core/errors.rb
bridgetown-core-0.18.0 lib/bridgetown-core/errors.rb
bridgetown-core-0.17.1 lib/bridgetown-core/errors.rb
bridgetown-core-0.17.0 lib/bridgetown-core/errors.rb
bridgetown-core-0.16.0 lib/bridgetown-core/errors.rb
bridgetown-core-0.16.0.beta2 lib/bridgetown-core/errors.rb
bridgetown-core-0.16.0.beta1 lib/bridgetown-core/errors.rb