class Factorio::NoPageError

The Exception that try to visit not exist page

Public Class Methods

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