/**
  * @dataProvider providerValidateException
  * @expectedException \RuntimeException
  */
 public function testValidateException($inputException)
 {
     $encoder = new CurrencyArrayEncoder();
     $encoder->validateArray($inputException);
 }