class StellaError

All errors inherit from this class.

Attributes

message[R]

Public Class Methods

new(msg) click to toggle source
# File lib/stella.rb, line 61
def initialize(msg)
  @message = msg
end