import { CustomError } from './cutom-error';

export class IllegalArgumentError extends CustomError {

}
