class Jennifer::AbstractMethod

Overview

Is raised when pseudo-abstract method is invoked.

Pseudo-abstract method - method that can't be marked as abstract but for current level of abstraction it still can't be used.

Defined in:

jennifer/exceptions.cr

Constructors

Constructor Detail

def self.new(method, klass) #

[View source]