<?php
namespace Safe\Exceptions;

class ArrayException extends AbstractSafeException
{
}
