class Pod4::WeakError

Raised by an interface if it would like Model to stop and create an Alert, but not actually fall over in any way.

Public Class Methods

new(msg=nil) click to toggle source
Calls superclass method Pod4::Pod4Error::new
# File lib/pod4/errors.rb, line 71
def initialize(msg=nil)
  super(msg || $! && $!.message)
end