class Mangdown::Adapter::NoAdapterError
No matching Mangdown
adpter found
Public Class Methods
new(site)
click to toggle source
Calls superclass method
# File lib/mangdown/adapter/no_adapter_error.rb, line 7 def initialize(site) super("Bad Site: No Adapter Specified for Site: #{site.inspect}") end