InvalidPropertyPrefix error class

Raise a InvalidPropertyPrefix error if the prefix is invalid.
This commit is contained in:
Michael Mitchell + Chris Stringer 2013-03-22 16:03:51 -07:00
parent 395cae7bb2
commit 3f56c99f9b
3 changed files with 12 additions and 3 deletions

View file

@ -33,4 +33,7 @@ module Microformats2
html
end
end # class << self
class InvalidPropertyPrefix < StandardError; end
end