AlohaException constructor

AlohaException([
  1. String _message = 'No Message Supplied'
])

Aloha'a exception class

Implementation

AlohaException([this._message = 'No Message Supplied']);