Sha256: 36b969ea7b093bccd0681fbeb01c1434208376a83baaefe68997d11809577d02

Contents?: true

Size: 225 Bytes

Versions: 22

Compression:

Stored size: 225 Bytes

Contents

# coding: utf-8
module I18n
  module Tasks
    # When this type of error is caught:
    # 1. show error message of the backtrace
    # 2. exit with non-zero exit code
    class CommandError < StandardError
    end
  end
end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
i18n-tasks-0.8.7 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.6 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.5 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.4 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.3 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.2 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.1 lib/i18n/tasks/command_error.rb
i18n-tasks-0.8.0 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.13 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.12 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.11 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.10 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.9 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.8 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.7 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.6 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.5 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.4 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.3 lib/i18n/tasks/command_error.rb
i18n-tasks-0.7.2 lib/i18n/tasks/command_error.rb