MimeMultipartException
class
class MimeMultipartException implements Exception {
const MimeMultipartException([String this.message = ""]);
String toString() => "MimeMultipartException: $message";
final String message;
}
Implements
Exception
Constructors
const MimeMultipartException([String message = ""]) #
Creates a new Object instance.
Object instances have no meaningful state, and are only useful
through their identity. An Object instance is equal to itself
only.
const MimeMultipartException([String this.message = ""]);
Methods
String toString() #
Returns a string representation of this object.
String toString() => "MimeMultipartException: $message";