mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 11:52:20 -06:00
fix: reorganization of files and folders
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routers/index.router';
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
|
||||
export class BadRequestException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routers/index.router';
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
|
||||
export class UnauthorizedException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routers/index.router';
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
|
||||
export class ForbiddenException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routers/index.router';
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
|
||||
export class NotFoundException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { HttpStatus } from '../api/routers/index.router';
|
||||
import { HttpStatus } from '../api/routes/index.router';
|
||||
|
||||
export class InternalServerErrorException {
|
||||
constructor(...objectError: any[]) {
|
||||
|
||||
Reference in New Issue
Block a user