Sha256: 389b2dec0a8923a398323db906328375309b8c3a18f4ae7187ffb77cd4b081eb
Contents?: true
Size: 164 Bytes
Versions: 96
Compression:
Stored size: 164 Bytes
Contents
class TemplateNotFound < Exception attr_reader :message def initialize(msg="Custom resource exception") @message = "Template not found: #{msg}" end end
Version data entries
96 entries across 96 versions & 3 rubygems