<?php

namespace Pionia\Exceptions;
/**
 * Thrown when a resource is not found
 */
class NotFoundException extends BaseException {}
