class Phase::ShapeError

Overview

A ShapeError is raised when the shape (see MultiIndexable#shape) of a data type is incorrect for a given operation.

Direct Known Subclasses

Defined in:

exceptions/exceptions.cr

Class Method Summary

Class Method Detail

def self.initialize(message : String | Nil = nil) #

[View source]