module Plate class SourceNotFound < StandardError end class FileNotFound < StandardError end class NoPostDateProvided < StandardError end end