Exception: Use0MK::InvalidShortNameError

Inherits:
Error
  • Object
show all
Defined in:
lib/use0mk.rb

Overview

Provided (custom) short name was invalid.

status: 4

Instance Attribute Summary

Attributes inherited from Error

#message, #status

Instance Method Summary collapse

Constructor Details

#initialize(message) ⇒ InvalidShortNameError

Returns a new instance of InvalidShortNameError.



88
89
90
91
# File 'lib/use0mk.rb', line 88

def initialize(message)
  @message = message
  @status = 4
end