Sha256: b293438a96b1c890c9c4b5db925ed8a25e78fdf0a56e484a192323b088055228

Contents?: true

Size: 328 Bytes

Versions: 5

Compression:

Stored size: 328 Bytes

Contents

module LocalPac
  module Exceptions
    # raise if there are template syntax errrors
    class ErbTemplateHasSyntaxErrors < Exception; end

    # raised if Template does not exist
    class ErbTemplateIsUnknown < Exception; end

    # raised if Template does not exist
    class ConfigFileNotReadable < Exception; end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
local_pac-0.1.11 lib/local_pac/exceptions.rb
local_pac-0.1.10 lib/local_pac/exceptions.rb
local_pac-0.1.9 lib/local_pac/exceptions.rb
local_pac-0.1.8 lib/local_pac/exceptions.rb
local_pac-0.1.7 lib/local_pac/exceptions.rb