Emojicode Documentation 1.0 beta 2

Package

Initializers

Methods

Class 🚧

General error superclass.

All errors that are raised must inherit from this class. An error has always an associated error message that should provide more precise information.

Initializers

🆕

 🆕 🎍🥡 message 🔡 

Creates a 🚧 instance whose message is message.

Methods

💬❗️

🔏 ❗️ 💬 ➡️ 🔡

Returns the error message.

🤯❗️

🔏 ❗️ 🤯  location 🔡 

Called at runtime when 🍺 detects an unhandled error. Causes the program to panic. location is the location included in the error message.