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

Version Path
auser-poolparty-0.2.15 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.16 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.2 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.20 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.21 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.22 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.23 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.24 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.25 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.26 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.3 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.35 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.36 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.37 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.38 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.39 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.4 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.40 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.41 lib/poolparty/exceptions/TemplateNotFound.rb
auser-poolparty-0.2.42 lib/poolparty/exceptions/TemplateNotFound.rb