Class StellaError

  1. lib/stella.rb
Parent: RuntimeError

All errors inherit from this class.

Methods

public class

  1. new

Attributes

message [R]

Public class methods

new (msg)
[show source]
# File lib/stella.rb, line 62
  def initialize(msg)
    @message = msg
  end