class TermUtils::AP::NoSuchValueError

NoSuchValueError.

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/term_utils/ap.rb, line 24
def initialize(msg)
  super
end