method
ErrorsCollection

method

Synthesised documentation from type/X/Proc/Async/OpenForWriting type/X/Proc/Async/MustBeStarted type/X/Method/Private/Unqualified type/X/Method/Private/Permission type/X/Method/InvalidQualifier type/X/Method/NotFound

From type/X/Proc/Async/OpenForWriting

See Original text in context

method method(X::Proc::Async::OpenForWriting:D:)

Returns the method name that was called and which caused the exception.

From type/X/Proc/Async/MustBeStarted

See Original text in context

method method(X::Proc::Async::MustBeStarted:D --> Str:D)

Returns the name of the method that was illegally called before starting the external program.

From type/X/Method/Private/Unqualified

See Original text in context

method method(--> Str:D)

Returns the name of the private method that triggered the error.

From type/X/Method/Private/Permission

See Original text in context

method method(--> Str:D)

The name of the private method

From type/X/Method/InvalidQualifier

See Original text in context

method method(--> Str:D)

Returns the name of the (unqualified) method.

From type/X/Method/NotFound

See Original text in context

method method(--> Str:D)

Returns the method name that was invoked.