Class StellaBehavior

  1. lib/stella.rb
Parent: Exception

Methods

public class

  1. new

Attributes

message [R]

Public class methods

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