class Restruct::NoScriptError
Public Class Methods
match?(exception)
click to toggle source
# File lib/restruct/errors.rb, line 29 def self.match?(exception) exception.message.start_with? 'NOSCRIPT No matching script' end