class Patm::NoMatchError
Attributes
value[R]
Public Class Methods
new(value)
click to toggle source
Calls superclass method
# File lib/patm.rb, line 3 def initialize(value) super("Pattern not match: value=#{value.inspect}") @value = value end