Home Reference Source
import {Invalid_Argument} from 'geis/es6/errors/index.js'
public class | source

Invalid_Argument

Extends:

es6-error~Extendable_Errores6/errors/index.js~Error → Invalid_Argument

thrown when passing an invalid Argument to Geis

Constructor Summary

Public Constructor
public

constructor(position: Integer, arg: Argument)

returns a new instance of Invalid_Argument

Member Summary

Public Members
public

the argument that was invalid incase it is needed

Public Constructors

public constructor(position: Integer, arg: Argument) source

returns a new instance of Invalid_Argument

Params:

NameTypeAttributeDescription
position Integer

The position the of invalid argument was passed

arg Argument

The raw invalid argument

Public Members

public argument: * source

the argument that was invalid incase it is needed