Sha256: c9bb17a289b4efd00aef9db395210b58374280274c95a172a341066a038256e5

Contents?: true

Size: 199 Bytes

Versions: 5

Compression:

Stored size: 199 Bytes

Contents

require 'claide'

#TODO: Hook into UI Class somehow.
module Xcake
  class Informative < StandardError
    include CLAide::InformativeError

    def message
      "[!] #{super}".red
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
xcake-0.6.25 lib/xcake/informative.rb
xcake-0.6.24 lib/xcake/informative.rb
xcake-0.6.23 lib/xcake/informative.rb
xcake-0.6.22 lib/xcake/informative.rb
xcake-0.6.21 lib/xcake/informative.rb