Exception: Berkshelf::AbstractFunction

Inherits:
InternalError show all
Defined in:
lib/berkshelf/errors.rb

Instance Method Summary collapse

Methods inherited from BerkshelfError

status_code

Instance Method Details

#to_sObject



17
18
19
# File 'lib/berkshelf/errors.rb', line 17

def to_s
  'Function must be implemented on includer'
end