class Factorio::NoModError

The Exception that can't find Mod

Attributes

io[R]

Public Class Methods

new(msg, io) click to toggle source
Calls superclass method
# File lib/factorio/mod/exception.rb, line 7
def initialize(msg, io)
  @io = io
  super(msg)
end