import ArgumentException from './ArgumentException'; import Exception from './Exception'; export default class ArgumentNullException extends ArgumentException { constructor(argumentName: string, innerException?: Exception); }