• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jufemaiz / aemo / #373

11 May 2026 04:37AM UTC coverage: 15.465% (-81.7%) from 97.145%
#373

push

web-flow
Merge 76c224dfe into a52ad705b

0 of 2 new or added lines in 1 file covered. (0.0%)

1070 existing lines in 21 files now uncovered.

208 of 1345 relevant lines covered (15.46%)

0.15 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

80.0
/lib/aemo/exceptions/time_error.rb
1
# frozen_string_literal: true
2

3
module AEMO
1✔
4
  # AEMO::TimeError
5
  #
6
  # @author Joel Courtney
7
  # @abstract An exception for time errors.
8
  # @since 0.6.0
9
  class TimeError < ArgumentError
1✔
10
    DEFAULT_MESSAGE = 'Not a valid time'
1✔
11

12
    # Initialize an TimeError
13
    #
14
    # @param [String] msg the error message
15
    # @return [AEMO::TimeError]
16
    def initialize(msg: DEFAULT_MESSAGE)
1✔
UNCOV
17
      super
×
18
    end
19
  end
20
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc