class Textrepo::UnknownRepoTypeError
An error raised if unknown type was specified as the repository type.
Public Class Methods
new(type)
click to toggle source
Calls superclass method
# File lib/textrepo/error.rb, line 50 def initialize(type) super(ErrMsg::UNKNOWN_REPO_TYPE % type) end