Class MIME::AbstractClassError
In: lib/mime/error.rb
Parent: Error

Abstract class object initialization error. Many classes in the MIME library are abstract and will raise this error.

Methods

Public Class methods

A helper method for detecting the intialization of an object in an abstract class. myself must always be self and klass is the abstract class object.

[Validate]