class AEMO::InvalidNMIAllocationType
AEMO::InvalidNMIAllocationType
@author Stuart Auld @abstract An exception representing an invalid NMI
allocation type @since 0.3.0
Constants
- DEFAULT_MESSAGE
Public Class Methods
new(msg = DEFAULT_MESSAGE)
click to toggle source
Initialize an InvalidNMIAllocationType
@param [String] msg the error message @return [AEMO::InvalidNMIAllocationType]
Calls superclass method
# File lib/aemo/exceptions/invalid_nmi_allocation_type.rb, line 17 def initialize(msg = DEFAULT_MESSAGE) super end