<?php

namespace Pionia\Exceptions;

/**
 * This exception is thrown when a user is not authorized to access a resource
 */
class UserUnauthorizedException extends BaseException {}
