Sha256: 24484d8a1078e56dfe13dd1ea611fb32839aa4f0a9cfcd4a24d5a4163cd30039

Contents?: true

Size: 272 Bytes

Versions: 6

Compression:

Stored size: 272 Bytes

Contents

module Tr3llo
  class BoardNotSelectedError < ::RuntimeError
    def message
      "Board has not been selected. Run 'board select' to select board"
    end
  end

  class InvalidCommandError < ::ArgumentError; end

  class InvalidArgumentError < ::ArgumentError; end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
3llo-1.3.1 lib/3llo/errors.rb
3llo-1.3.1.pre.rc.0 lib/3llo/errors.rb
3llo-1.2.0 lib/3llo/errors.rb
3llo-1.1.0 lib/3llo/errors.rb
3llo-1.0.0 lib/3llo/errors.rb
3llo-1.0.0.pre.rc.0 lib/3llo/errors.rb